Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
wheel
  • Loading branch information
sgoggins authored Jan 23, 2024
1 parent 251e534 commit d03dca7
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 @@ -13,8 +13,8 @@ RUN set -x \
bash \
curl \
gcc \
python3.10-distutils \
python3.10 -m pip _rest_of_the_pip \
python3-distutils \
python3 -m pip _rest_of_the_pip \
wget \
postgresql-client \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d03dca7

Please sign in to comment.