Skip to content

Commit

Permalink
Update Poetry build to use new stable URL
Browse files Browse the repository at this point in the history
  • Loading branch information
conatus authored Jan 4, 2024
1 parent 4f123d7 commit f2c433f
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 @@ -54,7 +54,7 @@ RUN mkdir -p /home/app
RUN chown app:app /home/app
USER app
# Install the project requirements and build.
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -; \
RUN curl -sSL https://install.python-poetry.org/ | python -; \
echo "source $HOME/.poetry/env" >> "$HOME/.profile"; \
echo "source $HOME/.poetry/env" >> "$HOME/.bashrc"

Expand Down

0 comments on commit f2c433f

Please sign in to comment.