We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93195f commit fe8f461Copy full SHA for fe8f461
Dockerfile
@@ -23,7 +23,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
23
24
# get poetry
25
RUN apk update \
26
- && apk add --update --no-cache curl==7.87.0-r1 \
+ && apk add --update --no-cache curl==7.87.0-r1 gcc=12.2.1_git20220924-r4 linux-headers=5.19.5-r0 build-base=0.5-r3 \
27
&& curl -sSL https://install.python-poetry.org | python -
28
29
RUN python -m venv "$VENV_PATH"
0 commit comments