Skip to content

Commit

Permalink
Merge pull request #1 from smoretto/bugfix/add-curl
Browse files Browse the repository at this point in the history
Add missing curl command
  • Loading branch information
Fabio Todaro authored Aug 27, 2020
2 parents 20f50d2 + f6f6a96 commit a42ccd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM pulumi/pulumi-python:2.9.0

ARG PYTHON_POETRY_VERSION=1.0.10

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

Expand Down

0 comments on commit a42ccd3

Please sign in to comment.