Skip to content

Commit b1454fc

Browse files
committed
chore: fix sourcing of venv activate
1 parent a65347c commit b1454fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN <<EOR
7070

7171
python -m build --wheel
7272
python -m venv .env
73-
.env/bin/activate
73+
. .env/bin/activate
7474
pip install --prefix "${TARGET}/usr" dist/*.whl
7575
# fix shebangs of scripts from '#!/work/.env/bin/python'
7676
find "${TARGET}/usr/bin" -type f | xargs sed -i 's:work/.env:usr:'

0 commit comments

Comments
 (0)