Skip to content

Commit 20e303a

Browse files
committed
Upgrade core dependencies in one step
1 parent 809794b commit 20e303a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/docker/Dockerfile.web

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ ENV \
1313
VIRTUAL_ENV=/opt/venv
1414

1515
RUN set -ex \
16-
&& python3 -m venv $VIRTUAL_ENV \
17-
&& $VIRTUAL_ENV/bin/pip install -U setuptools wheel pip
16+
&& python3 -m venv --upgrade-deps $VIRTUAL_ENV
1817

1918
# Install Python packages
2019
COPY config/requirements/${ENV_NAME}_lock.txt ./config/requirements/${ENV_NAME}_lock.txt

0 commit comments

Comments
 (0)