Updated .gitlab-ci.yml
This commit is contained in:
parent
57cd97e75b
commit
afeccba803
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ setup:
|
||||||
image: php:8.2
|
image: php:8.2
|
||||||
script:
|
script:
|
||||||
- apt update -yqq
|
- apt update -yqq
|
||||||
- apt install git libzip-dev zip make wget gnupg libonig-dev -yqq
|
- apt install git libzip-dev zip make wget gnupg libonig-dev libcurl4-openssl-dev -yqq
|
||||||
- docker-php-ext-install mbstring ctype posix zip curl fileinfo
|
- docker-php-ext-install mbstring ctype posix zip curl fileinfo
|
||||||
|
|
||||||
# Install Phive and Phpab
|
# Install Phive and Phpab
|
||||||
|
|
Loading…
Add table
Reference in a new issue