Skip to content

Commit

Permalink
Update Dockerfile (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: antares-sw <[email protected]>
  • Loading branch information
antares-sw authored Nov 28, 2023
1 parent 1dd4a53 commit fbe4d49
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 @@ -44,7 +44,7 @@ RUN apt-get update \
build-essential

# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python -

# copy project requirement files here to ensure they will be cached.
WORKDIR $PYSETUP_PATH
Expand Down

0 comments on commit fbe4d49

Please sign in to comment.