Add composer config to Dockerfile (#5451)
This commit is contained in:
parent
802d543173
commit
1d90079873
@ -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…
Reference in New Issue
Block a user