Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Oct 2, 2023
1 parent 4096266 commit ddde047
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 @@ -9,7 +9,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
WORKDIR /app
RUN apk update && \
apk upgrade && \
apk add gcc libc-dev libffi-dev cargo && \
apk add gcc libc-dev libffi-dev cargo alpine-sdk bsd-compat-headers && \
python -m pip install --upgrade pip && \
pip install poetry
RUN python -m venv /venv
Expand Down

0 comments on commit ddde047

Please sign in to comment.