Updating github url in Dockerfile to reflect legacy name change

This commit is contained in:
Andrew Davidson 2017-12-29 19:19:20 -05:00 committed by fguillot
parent 88767d130b
commit b77ffab3ca
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN apk update && \
rm -f /etc/php7/php-fpm.d/www.conf
RUN cd /tmp \
&& curl -sL -o miniflux.zip https://github.com/miniflux/miniflux/archive/$VERSION.zip \
&& curl -sL -o miniflux.zip https://github.com/miniflux/miniflux-legacy/archive/$VERSION.zip \
&& unzip -qq miniflux.zip \
&& cd miniflux-* \
&& cp -R . /var/www/app \