fix docker build

pull/152/head
Tim Vahlbrock 2 years ago
parent 88855c5776
commit a75e526dc5
No known key found for this signature in database

@ -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

Loading…
Cancel
Save