Skip to content

Commit

Permalink
Tell curl to report errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Dec 23, 2024
1 parent b6d7d2b commit 99a51b1
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 @@ ARG PYTHON_VERSION=3.13.1
ARG UPX_VERSION=4.2.4

RUN umask 0 && cd /tmp/helper && \
curl -LOOO \
curl --fail-with-body -LOOO \
https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-amd64.exe{,.asc} \
https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-win64.zip \
&& \
Expand Down

0 comments on commit 99a51b1

Please sign in to comment.