Correct Codacy Warning

This commit is contained in:
Florian Bouillon 2019-04-25 01:28:04 +02:00
parent 18f367ad41
commit 51a299bf62

View File

@ -1,6 +1,9 @@
#/bin/bash
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
php composer.phar install