Skip to content

Commit

Permalink
hotfix: correct poetry version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
depontimatteo committed Aug 8, 2023
1 parent 35d227e commit 84b5115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

ARG POETRY_VERSION=1.3.2
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | POETRY_VERSION=$POETRY_VERSION python -
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH="${PATH}:/root/.local/bin"
RUN poetry config virtualenvs.create false

Expand Down

0 comments on commit 84b5115

Please sign in to comment.