Skip to content

Commit

Permalink
Merge pull request #74 from Strubbl/use-ssl-for-composer-install
Browse files Browse the repository at this point in the history
use https for getting composer
  • Loading branch information
nicosomb authored Aug 25, 2017
2 parents 5682aef + 5123e9d commit 434b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 434b17c

Please sign in to comment.