Skip to content

Commit

Permalink
use in-project .venv file for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed May 30, 2023
1 parent 806a591 commit dde4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update \
ca-certificates \
gnupg \
&& pip install --no-cache-dir --upgrade poetry \
&& poetry config virtualenvs.create false \
&& poetry config virtualenvs.in-project true \
&& apt-get clean \
&& apt-get autoremove --purge --yes \
&& /tmp/setup/ffmpeg-setup.sh \
Expand Down

0 comments on commit dde4714

Please sign in to comment.