mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
ci(tests): install intl php extension
This commit is contained in:
parent
5c5c6da4be
commit
b691b927fe
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ before_script:
|
|||
# Install git (the php image doesn't have it) which is required by composer
|
||||
- apt-get install git -y
|
||||
|
||||
- apt-get install -y libicu-dev
|
||||
|
||||
# Install intl PHP extension
|
||||
- docker-php-ext-install intl
|
||||
|
||||
# install rsync for file transfers
|
||||
- apt-get install rsync -y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue