Skip to content

Commit

Permalink
Add composer config to Dockerfile (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring authored Dec 11, 2018
1 parent 802d543 commit 1d90079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kokoro/linux/dockerfile/test/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d90079

Please sign in to comment.