diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:21:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-10 15:21:54 +0200 |
commit | 78be0c66da78098a078da438e61617f4e73f52dc (patch) | |
tree | 1fb5c0567176a42b86bcba02df82d7b92e082be3 /.gitlab-ci.yml | |
parent | 562cde37f45428d4de57d09ab0fa0cf7af567f58 (diff) | |
download | volse-hubzilla-78be0c66da78098a078da438e61617f4e73f52dc.tar.gz volse-hubzilla-78be0c66da78098a078da438e61617f4e73f52dc.tar.bz2 volse-hubzilla-78be0c66da78098a078da438e61617f4e73f52dc.zip |
add some dependencies for gd
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85ade4186..84885357e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +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 libfreetype6-dev libjpeg62-turbo-dev libpng12-dev -yqq # Install mysql driver - docker-php-ext-install pdo_mysql |