Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Debugging docker with python 3.10

Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jan 26, 2024
1 parent 5da3277 commit 3e79270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ COPY ./scripts/ scripts/
RUN python3 -m venv /opt/venv

RUN set -x \
&& /opt/venv/bin/pip install --upgrade pip
&& /opt/venv/bin/pip install wheel
&& /opt/venv/bin/pip install .

RUN ./scripts/docker/install-workers-deps.sh
Expand Down

0 comments on commit 3e79270

Please sign in to comment.