Add composer config to Dockerfile (#5451)

This commit is contained in:
Paul Yang 2018-12-11 14:00:51 -08:00 committed by GitHub
parent 802d543173
commit 1d90079873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,3 +164,6 @@ RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
&& chmod +x phpunit \
&& cp phpunit /usr/local/php-7.3 \
&& mv phpunit /usr/local/php-7.3-zts
# Additional config
RUN composer config -g -- disable-tls true