Add composer config to Dockerfile (#5451)

pull/5453/head
Paul Yang 6 years ago committed by GitHub
parent 802d543173
commit 1d90079873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      kokoro/linux/dockerfile/test/php/Dockerfile

@ -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

Loading…
Cancel
Save