add version default
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-22 00:14:38 +01:00
parent c601f31d03
commit f21ff31553
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN apk --update add --virtual .build-deps tar curl && \
rm -f /etc/php7/php-fpm.d/www.conf && \
mkdir -p /var/www/app && \
mkdir /var/www/.postgresql && \
echo "Installing FreshRSS '${FRESHRSS_TARBALL}' ..." && \
echo "Installing FreshRSS '${FRESHRSS_VERSION:-master}' ..." && \
curl -SsL ${FRESHRSS_TARBALL} | tar xz -C /var/www/app/ --strip-components=1 && \
curl -SsL -o /etc/php7/browscap.ini https://browscap.org/stream?q=Lite_PHP_BrowsCapINI && \
apk del .build-deps && \