Unverified Commit 1d900798 authored by Paul Yang's avatar Paul Yang Committed by GitHub

Add composer config to Dockerfile (#5451)

parent 802d5431
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment