We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7eb144 commit 3b6cdb4Copy full SHA for 3b6cdb4
Dockerfile
@@ -25,9 +25,9 @@ RUN apt-get update --assume-yes && \
25
&& rm -rf /var/lib/apt/lists/*
26
27
# Get poetry package
28
-RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
+RUN curl -sSL https://install.python-poetry.org | python3 -
29
# Adding poetry to PATH
30
-ENV PATH="/root/.poetry/bin:$PATH"
+ENV PATH="/root/.local/bin/:$PATH"
31
32
# Copy the rest of the program over
33
COPY --chown=hunter:hunter . ${HUNTER_HOME}
0 commit comments