1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

use https for getting composer

This commit is contained in:
Sven Fischer
2017-07-20 21:32:25 +02:00
parent 5682aefa74
commit 5123e9de38

View File

@@ -46,7 +46,7 @@ RUN set -ex \
&& rm -rf /var/cache/apk/* \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& curl -s http://getcomposer.org/installer | php \
&& curl -s https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer \
&& git clone --branch $WALLABAG_VERSION --depth 1 https://github.com/wallabag/wallabag.git /var/www/wallabag