diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:06:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:06:19 +0200 |
commit | 263dea0e3661469fe9b637fc292692077439856e (patch) | |
tree | 15d5179a5400768785e2bac1fa890d8bc6c0b785 /.gitlab-ci.yml | |
parent | de743e35d0aaf76c7987264d299eb159e16c23e5 (diff) | |
download | volse-hubzilla-263dea0e3661469fe9b637fc292692077439856e.tar.gz volse-hubzilla-263dea0e3661469fe9b637fc292692077439856e.tar.bz2 volse-hubzilla-263dea0e3661469fe9b637fc292692077439856e.zip |
wrong package name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a46ee4775..4760f4fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |