Browse Source

Add composer config to Dockerfile (#5451)

Paul Yang 6 years ago
parent
commit
1d90079873
1 changed files with 3 additions and 0 deletions
  1. 3 0
      kokoro/linux/dockerfile/test/php/Dockerfile

+ 3 - 0
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