Skip to content

Commit 0de4389

Browse files
Dockerfile updated
1 parent d452598 commit 0de4389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/devportal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ COPY src/ src/
66

77
RUN apk update && \
88
apk add --update --no-cache bash python3 && \
9-
python3 -m ensurepip && \
9+
python3 -m venv /deployment/env/ && \
10+
. /deployment/env/bin/activate && \
1011
pip3 install --no-cache --upgrade pip setuptools virtualenv && \
11-
virtualenv /deployment/env/ && source /deployment/env/bin/activate && \
1212
python3 -m pip install --upgrade pip && \
1313
pip3 install -r /deployment/src/requirements.txt
1414

0 commit comments

Comments
 (0)