Skip to content

Commit

Permalink
Merge pull request #211 from lidofinance/fix/dockerfile
Browse files Browse the repository at this point in the history
Fix/dockerfile
  • Loading branch information
F4ever authored Apr 25, 2024
2 parents 26a5c4f + 8058d7e commit 39fb877
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 @@ -28,7 +28,7 @@ ENV POETRY_VERSION=1.4.2 \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://install.python-poetry.org | python -
RUN pip install --no-cache-dir poetry==$POETRY_VERSION

COPY pyproject.toml poetry.lock ./
RUN poetry install
Expand Down

0 comments on commit 39fb877

Please sign in to comment.