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
23284d0d09
commit
00c77c69ef
@ -25,9 +25,9 @@ RUN apk --update add --virtual .build-deps tar curl && \
|
|||||||
mkdir /var/www/.postgresql && \
|
mkdir /var/www/.postgresql && \
|
||||||
FRESHRSS_VERSION="${FRESHRSS_VERSION##v}" && \
|
FRESHRSS_VERSION="${FRESHRSS_VERSION##v}" && \
|
||||||
echo "Installing FreshRSS version '${FRESHRSS_VERSION}' ..." && \
|
echo "Installing FreshRSS version '${FRESHRSS_VERSION}' ..." && \
|
||||||
curl -SsL "https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz" | \
|
curl -SsfL "https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz" | \
|
||||||
tar xz -C /var/www/app/ -X /.tarignore --strip-components=1 && \
|
tar xz -C /var/www/app/ -X /.tarignore --strip-components=1 && \
|
||||||
curl -SsL -o /etc/php8/browscap.ini https://browscap.org/stream?q=Lite_PHP_BrowsCapINI && \
|
curl -SsfL -o /etc/php8/browscap.ini https://browscap.org/stream?q=Lite_PHP_BrowsCapINI && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
rm -rf /tmp/* && \
|
rm -rf /tmp/* && \
|
||||||
|
Reference in New Issue
Block a user