Failed adding prepare.sh

This commit is contained in:
Florian Bouillon 2019-04-25 01:24:19 +02:00
parent b4dafa64b3
commit 18f367ad41

6
prepare.sh Normal file
View File

@ -0,0 +1,6 @@
apt-get update -yqq
apt-get install -yqq zip tar
docker-php-ext-install json
pecl install xdebug
docker-php-ext-enable xdebug
curl -sS https://getcomposer.org/installer | php