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 20f50d2 commit f6f6a96Copy full SHA for f6f6a96
Dockerfile
@@ -2,6 +2,7 @@ FROM pulumi/pulumi-python:2.9.0
2
3
ARG PYTHON_POETRY_VERSION=1.0.10
4
5
+RUN apt-get update -y && apt-get install -y curl
6
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | \
7
python - --version=${PYTHON_POETRY_VERSION} --yes
8
0 commit comments