Updated .gitlab-ci.yml
This commit is contained in:
parent
6567f5900a
commit
22997fc072
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ setup:
|
||||||
stage: setup
|
stage: setup
|
||||||
image: php:8.2
|
image: php:8.2
|
||||||
script:
|
script:
|
||||||
- apt-get update -y
|
- apt update -yqq
|
||||||
- apt-get install -y libmbstring-dev libzip-dev wget gnupg curl
|
- apt install git libzip-dev zip make wget gnupg -yqq
|
||||||
- docker-php-ext-install mbstring ctype tokenizer posix
|
- docker-php-ext-install mbstring ctype tokenizer posix zip
|
||||||
|
|
||||||
# Install Phive and Phpab
|
# Install Phive and Phpab
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue