diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:15:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:15:09 +0200 |
commit | 562cde37f45428d4de57d09ab0fa0cf7af567f58 (patch) | |
tree | 127a85950e8152c39897f0a6de0b2b1f868720fb /.gitlab-ci.yml | |
parent | 263dea0e3661469fe9b637fc292692077439856e (diff) | |
download | volse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.tar.gz volse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.tar.bz2 volse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.zip |
probably that is the way to do it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4760f4fd1..85ade4186 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |