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.
0 parents commit 20f50d2Copy full SHA for 20f50d2
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM pulumi/pulumi-python:2.9.0
2
+
3
+ARG PYTHON_POETRY_VERSION=1.0.10
4
5
+RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | \
6
+ python - --version=${PYTHON_POETRY_VERSION} --yes
7
8
+# Config poetry
9
+ENV PATH "${PATH}:/root/.poetry/bin"
10
+RUN poetry config virtualenvs.create false
README.md
@@ -0,0 +1 @@
+Oval Pulumi Docker Image
0 commit comments