Skip to content

Commit f6f6a96

Browse files
author
Sergio Moretto
committed
Add missing curl command
1 parent 20f50d2 commit f6f6a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM pulumi/pulumi-python:2.9.0
22

33
ARG PYTHON_POETRY_VERSION=1.0.10
44

5+
RUN apt-get update -y && apt-get install -y curl
56
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | \
67
python - --version=${PYTHON_POETRY_VERSION} --yes
78

0 commit comments

Comments
 (0)