Skip to content
Snippets Groups Projects
Commit 0044d22f authored by Robert Lange's avatar Robert Lange
Browse files

refs #21603 [finc] add intl-ext for composer docker

parent 35af073b
Branches
Tags instance/finc/staging/20210930_111555
No related merge requests found
......@@ -17,6 +17,7 @@
# @license https://opensource.org/licenses/GPL-3.0 GNU GPLv3
FROM composer:1.9.3
RUN apk add --no-cache freetype-dev libxml2-dev \
RUN apk add --no-cache freetype-dev libxml2-dev icu-dev \
&& docker-php-ext-install gd \
&& docker-php-ext-install soap
\ No newline at end of file
&& docker-php-ext-install soap \
&& docker-php-ext-install intl
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment