Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Docker Docker One
You  need wheel for database
Docker Docker blue

Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jan 26, 2024
1 parent 3e79270 commit 21b5dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 --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 21b5dd6

Please sign in to comment.