Skip to content

Commit

Permalink
fuck here we go with dockershit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau1 committed Sep 3, 2024
1 parent fb08bf8 commit 19ee1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY requirements-docker.txt /tmp/requirements-docker.txt
RUN \
apk update && \
apk add --no-cache python3 postgresql-libs && \
apk add --no-cache --virtual .build-deps gcc zlib-dev python3-dev musl-dev postgresql-dev && \
apk add --no-cache --virtual .build-deps g++ gcc zlib-dev python3-dev musl-dev postgresql-dev && \
python3 -m venv /opt/venv && \
source /opt/venv/bin/activate && \
python3 -m ensurepip && \
Expand Down

0 comments on commit 19ee1c6

Please sign in to comment.