We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d7e01 commit 4574e33Copy full SHA for 4574e33
Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update \
37
gnutls-dev \
38
libmagic-dev
39
40
-RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
+RUN curl -sSL https://install.python-poetry.org | python -
41
42
# copy project requirement files here to ensure they will be cached.
43
WORKDIR /app
0 commit comments