Merge pull request #152 from timvahlbrock/master

fix docker build
pull/154/head
Albert Koczy 2 years ago committed by GitHub
commit a3980858b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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