probably that is the way to do it

This commit is contained in:
Mario Vavti 2018-10-10 15:15:09 +02:00
parent 263dea0e36
commit 562cde37f4

View File

@ -10,11 +10,13 @@ before_script:
# Install git, the php image doesn't have installed
- apt-get update -yqq
- apt-get install git -yqq
- apt-get install php7.0-gd -yqq
# Install mysql driver
- docker-php-ext-install pdo_mysql
# Install php-gd
- docker-php-ext-install gd
# Install composer
- curl -sS https://getcomposer.org/installer | php