Skip to content

Commit

Permalink
fix: force curl to fail on error (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Jun 21, 2022
1 parent 95693d1 commit 4276d3e
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 @@ -20,7 +20,7 @@ RUN addgroup -g 1001 -S app && \

RUN apk --update add --virtual .build-deps curl tar && \
apk add --no-cache ca-certificates && \
curl -SsL "https://github.com/owncloud-ops/container-library/releases/download/${CONTAINER_LIBRARY_VERSION}/container-library.tar.gz" | tar xz -C / && \
curl -SsfL "https://github.com/owncloud-ops/container-library/releases/download/${CONTAINER_LIBRARY_VERSION}/container-library.tar.gz" | tar xz -C / && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \
rm -rf /tmp/*
Expand Down

0 comments on commit 4276d3e

Please sign in to comment.