Skip to content

Commit

Permalink
ci: move from get-poetry to install-poetry script
Browse files Browse the repository at this point in the history
get-poetry.py is deprecated and will be removed in the future.
Currently update to poetry 1.2 is still not possible.
See python-poetry/poetry#4187

Closes https://gitlab.gistools.geog.uni-heidelberg.de/giscience/heigit-disaster-portal/-/issues/20
  • Loading branch information
TheGreatRefrigerator committed Aug 23, 2021
1 parent 51ae56d commit b1a194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV GUNICORN_CMD_ARGS="--reload"
ARG DEV

# Install Poetry
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | POETRY_HOME=/opt/poetry python && \
cd /usr/local/bin && \
ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false
Expand Down

0 comments on commit b1a194d

Please sign in to comment.