mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[BUGFIX] Add missing PHP extensions in GitLab CI

Fixes #789
This commit is contained in:
Łukasz Uznański 2023-06-14 12:51:03 +02:00 committed by GitHub
parent a4905fe0bd
commit 1c41b9df56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@
set -xe
apt-get update -yqq
apt-get install git libzip-dev unzip parallel libxml2-utils wget wait-for-it -yqq
apt-get install git libzip-dev unzip parallel libxml2-utils wget wait-for-it libicu-dev -yqq
php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/local/bin/ --filename=composer
chmod +x /usr/local/bin/composer
docker-php-ext-install pdo_mysql zip mysqli
docker-php-ext-install pdo_mysql zip mysqli intl