Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-08-16 14:59:06 -04:00
parent 6567f5900a
commit 22997fc072
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -9,9 +9,9 @@ setup:
stage: setup
image: php:8.2
script:
- apt-get update -y
- apt-get install -y libmbstring-dev libzip-dev wget gnupg curl
- docker-php-ext-install mbstring ctype tokenizer posix
- apt update -yqq
- apt install git libzip-dev zip make wget gnupg -yqq
- docker-php-ext-install mbstring ctype tokenizer posix zip
# Install Phive and Phpab
install: