Update .gitlab-ci.yml file

add libzip
This commit is contained in:
Martin Maina Kiragu
2023-02-13 03:05:29 +00:00
parent 89f0ca651a
commit 2b4c932fc8
+2 -1
View File
@@ -9,9 +9,10 @@ before_script:
- apt-get install -y libonig-dev
- apt-get install -y libxml2-dev
- apt-get install -y libzip-dev
- apt-get install -y libgd-dev
#install php depandancies
- docker-php-ext-install mbstring xml zip
- docker-php-ext-install mbstring xml zip gd
# Install composer package manager
- curl --location --output /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar