Skip to content

Commit

Permalink
Merge pull request alufers#152 from timvahlbrock/master
Browse files Browse the repository at this point in the history
fix docker build
  • Loading branch information
alufers authored Mar 16, 2024
2 parents 88855c5 + a75e526 commit a398085
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 @@ -12,7 +12,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
WORKDIR /app
RUN apk update && \
apk upgrade && \
apk add gcc libc-dev libffi-dev cargo alpine-sdk bsd-compat-headers && \
apk add gcc libc-dev libffi-dev cargo alpine-sdk bsd-compat-headers openssl-dev python3-dev && \
python -m pip install --upgrade pip && \
pip install poetry
RUN python -m venv /venv
Expand Down

0 comments on commit a398085

Please sign in to comment.