Added git package to make Codacy work

This commit is contained in:
Florian Bouillon 2019-04-25 10:29:56 +02:00
commit ceeb19afcb

View File

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
apt-get update -yqq apt-get update -yqq
apt-get install -yqq zip tar apt-get install -yqq zip tar git
docker-php-ext-install json docker-php-ext-install json
pecl install xdebug pecl install xdebug
docker-php-ext-enable xdebug docker-php-ext-enable xdebug