diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 11:25:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 11:25:24 +0000 |
commit | de3f6fbebabb4381cc52ecef697bfa986c5c8704 (patch) | |
tree | 16a0af78e45a53e3b58221586831e7b8b78d54cf | |
parent | 6a377120bde4872cb93cfff744803c2108fd67b6 (diff) | |
download | volse-hubzilla-de3f6fbebabb4381cc52ecef697bfa986c5c8704.tar.gz volse-hubzilla-de3f6fbebabb4381cc52ecef697bfa986c5c8704.tar.bz2 volse-hubzilla-de3f6fbebabb4381cc52ecef697bfa986c5c8704.zip |
more dependencies
-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 91d6c7147..b888d3bfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - apt-get update -- apt-get install zip unzip +- apt-get install zip unzip libjpeg-dev libpng-dev - docker-php-ext-enable xdebug - docker-php-ext-install gd |