Skip to content

Commit

Permalink
Squash #190 - Use a specific version of poetry during build
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Jan 23, 2025
1 parent aaf5892 commit df47e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARG TEST_FOLDER="[none-if-not-testing]"

# # RUN apk add --no-cache --virtual .build-deps gcc musl-dev rust cargo curl \
RUN apk add --no-cache --virtual .build-deps cargo curl gcc musl-dev rust \
&& curl -sSL https://install.python-poetry.org | python3 - \
&& curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4 \
&& poetry install --no-root --no-ansi $POETRY_ARGS

########################################################################################################################
Expand Down

0 comments on commit df47e05

Please sign in to comment.