Skip to content

Commit 4574e33

Browse files
Fix the Dockerfile's install link (#21)
* use compose profiles to make snekbox image optional. * fix broken link
1 parent a7d7e01 commit 4574e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update \
3737
gnutls-dev \
3838
libmagic-dev
3939

40-
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
40+
RUN curl -sSL https://install.python-poetry.org | python -
4141

4242
# copy project requirement files here to ensure they will be cached.
4343
WORKDIR /app

0 commit comments

Comments
 (0)