We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a280 commit 9ec24ecCopy full SHA for 9ec24ec
Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update && \
25
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gcc make && \
26
rm -rf /var/lib/apt/lists/*
27
28
-RUN curl -sSL https://install.python-poetry.org | python3 - \
+RUN curl -sSL https://install.python-poetry.org | python - --version 1.2.0 \
29
&& ln -sf /usr/local/poetry/bin/poetry /usr/local/bin/poetry
30
31
# Install dependencies.
0 commit comments