Add python-dev
This commit is contained in:
parent
1d4c543efa
commit
7b276c0aee
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM nginx:1.19.0-alpine
|
FROM nginx:1.19.0-alpine
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add --no-cache build-base 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 python3-dev
|
||||||
|
|
||||||
# install poetry
|
# install poetry
|
||||||
ENV POETRY_HOME=/opt/poetry
|
ENV POETRY_HOME=/opt/poetry
|
||||||
|
|
Loading…
Add table
Reference in a new issue