Skip to content

Commit

Permalink
change curl to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
progmatic-99 committed Dec 30, 2021
1 parent be73735 commit aee22a2
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 @@ -16,7 +16,7 @@ ENV POETRY_HOME=/opt/poetry \

ENV PATH="$POETRY_HOME/bin:$PATH"

RUN set -eo pipefail; curl -sSL https://install.python-poetry.org | python3 -
RUN set -eo pipefail; wget -O - https://install.python-poetry.org | python -

WORKDIR /opt/pysetup

Expand Down

0 comments on commit aee22a2

Please sign in to comment.