Skip to content

Commit

Permalink
L
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 5, 2023
1 parent 3301a1b commit 52e5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app/

# Install dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends -y python3.10 python3-distutils libpq-dev gcc \
&& apt-get install --no-install-recommends -y python3.7-dev python3-distutils libpq-dev gcc \
&& wget -qO get-pip.py "https://raw.githubusercontent.com/pypa/get-pip/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py" \
&& python3.10 get-pip.py \
--disable-pip-version-check \
Expand Down

0 comments on commit 52e5c8a

Please sign in to comment.