We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a03c9 commit f3ac92cCopy full SHA for f3ac92c
config/docker/Dockerfile.web
@@ -13,8 +13,7 @@ ENV \
13
VIRTUAL_ENV=/opt/venv
14
15
RUN set -ex \
16
- && python3 -m venv $VIRTUAL_ENV \
17
- && $VIRTUAL_ENV/bin/pip install -U setuptools wheel pip
+ && python3 -m venv --upgrade-deps $VIRTUAL_ENV
18
19
# Install Python packages
20
COPY config/requirements/${ENV_NAME}_lock.txt ./config/requirements/${ENV_NAME}_lock.txt
0 commit comments