add missin lib

This commit is contained in:
Attilio Greco 2022-12-16 15:09:51 +01:00
parent ff83c7acbd
commit 7fe5939a22
No known key found for this signature in database
GPG Key ID: FC1D47921C8F19CC

View File

@ -8,7 +8,8 @@ ENV POETRY_HOME=/opt/poetry
ENV POETRY_VIRTUALENVS_IN_PROJECT=true ENV POETRY_VIRTUALENVS_IN_PROJECT=true
ENV PATH="$POETRY_HOME/bin:$PATH" ENV PATH="$POETRY_HOME/bin:$PATH"
RUN apk add --no-cache \ RUN apk add --no-cache \
bash zlib-dev musl-dev make autoconf build-base g++ gcc cargo bash zlib-dev musl-dev make autoconf build-base g++ gcc cargo \
libffi-dev
RUN pip install --upgrade pip && pip install poetry RUN pip install --upgrade pip && pip install poetry
CMD ["/bin/bash"] CMD ["/bin/bash"]