add missing packages for building cffi

This commit is contained in:
Rasmus Moorats 2022-11-19 13:42:43 +00:00
parent 4ca9dcba44
commit 61f25c8060
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -13,6 +13,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_NO_CACHE_DIR=1 \
POETRY_VERSION=1.1.13
RUN apk add --no-cache gcc libffi-dev musl-dev
RUN pip install "poetry==$POETRY_VERSION"
RUN python -m venv /venv