fix: force curl to fail on error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
695ce43d86
commit
14a6578453
@ -18,7 +18,7 @@ RUN apk --update add --virtual .build-deps tar curl && \
|
|||||||
apk --update add openssl postgresql-libs sqlite ca-certificates && \
|
apk --update add openssl postgresql-libs sqlite ca-certificates && \
|
||||||
mkdir -p /app/web-vault /app/data && \
|
mkdir -p /app/web-vault /app/data && \
|
||||||
echo "Using Web Vault version '${WEBVAULT_VERSION##v}' ..." && \
|
echo "Using Web Vault version '${WEBVAULT_VERSION##v}' ..." && \
|
||||||
curl -SsL "https://github.com/dani-garcia/bw_web_builds/releases/download/${WEBVAULT_VERSION}/bw_web_${WEBVAULT_VERSION}.tar.gz" | \
|
curl -SsfL "https://github.com/dani-garcia/bw_web_builds/releases/download/${WEBVAULT_VERSION}/bw_web_${WEBVAULT_VERSION}.tar.gz" | \
|
||||||
tar xz -C /app && \
|
tar xz -C /app && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
|
Loading…
Reference in New Issue
Block a user