Skip to content

Commit

Permalink
Update poetry in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegma committed Oct 20, 2022
1 parent ec8a280 commit 9ec24ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gcc make && \
rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python3 - \
RUN curl -sSL https://install.python-poetry.org | python - --version 1.2.0 \
&& ln -sf /usr/local/poetry/bin/poetry /usr/local/bin/poetry

# Install dependencies.
Expand Down

0 comments on commit 9ec24ec

Please sign in to comment.