Skip to content

Commit

Permalink
Dockerfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Jan 7, 2024
1 parent d452598 commit 0de4389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/devportal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ COPY src/ src/

RUN apk update && \
apk add --update --no-cache bash python3 && \
python3 -m ensurepip && \
python3 -m venv /deployment/env/ && \
. /deployment/env/bin/activate && \
pip3 install --no-cache --upgrade pip setuptools virtualenv && \
virtualenv /deployment/env/ && source /deployment/env/bin/activate && \
python3 -m pip install --upgrade pip && \
pip3 install -r /deployment/src/requirements.txt

Expand Down

0 comments on commit 0de4389

Please sign in to comment.