Skip to content

Commit

Permalink
Install latest poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 committed Jan 19, 2024
1 parent 3112c36 commit f53367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip install pipenv

# Install poetry
RUN python3 -m venv /opt/poetry
RUN /opt/poetry/bin/pip install poetry==1.2.0
RUN /opt/poetry/bin/pip install poetry
RUN /opt/poetry/bin/poetry --version
ENV PATH="/opt/poetry/bin:${PATH}"

Expand Down

0 comments on commit f53367a

Please sign in to comment.