Skip to content

Commit 20f50d2

Browse files
author
Fabio Todaro
committed
Setup Dockerfile
0 parents  commit 20f50d2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Oval Pulumi Docker Image

0 commit comments

Comments
 (0)