aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-10 15:27:43 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-10 15:27:43 +0200
commitbfd45a001782791bc7a182ddfb3fc30898a2ad78 (patch)
tree396a30108b17edd6d0c2c84d0592f415fe98ff2a /.gitlab-ci.yml
parent78be0c66da78098a078da438e61617f4e73f52dc (diff)
downloadvolse-hubzilla-bfd45a001782791bc7a182ddfb3fc30898a2ad78.tar.gz
volse-hubzilla-bfd45a001782791bc7a182ddfb3fc30898a2ad78.tar.bz2
volse-hubzilla-bfd45a001782791bc7a182ddfb3fc30898a2ad78.zip
lets try this
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84885357e..b9058011b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,13 +10,12 @@ 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
-# Install php-gd
-- docker-php-ext-install gd
+# Enable gd
+- docker-php-ext-enable gd
# Install composer
- curl -sS https://getcomposer.org/installer | php