wrong package name

This commit is contained in:
Mario Vavti 2018-10-10 15:06:19 +02:00
parent de743e35d0
commit 263dea0e36

View File

@ -10,7 +10,7 @@ before_script:
# Install git, the php image doesn't have installed
- apt-get update -yqq
- apt-get install git -yqq
- apt-get install php-gd -yqq
- apt-get install php7.0-gd -yqq
# Install mysql driver
- docker-php-ext-install pdo_mysql