This commit is contained in:
Yax 2022-11-06 12:10:29 +01:00
parent 210c3f57bc
commit 1d4c543efa

View file

@ -1,7 +1,7 @@
FROM nginx:1.19.0-alpine
RUN apk update
RUN apk add --no-cache bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev
RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev
# install poetry
ENV POETRY_HOME=/opt/poetry