Skip to content

Commit 624d6cf

Browse files
committed
add xsl calendar
1 parent dd55114 commit 624d6cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ RUN docker-php-ext-configure pdo_mysql && \
5555
RUN docker-php-ext-install pdo_mysql opcache exif gd zip && \
5656
docker-php-source delete
5757

58+
# xml-core
59+
RUN apk add libxml2 libxml2-dev libxslt-dev icu-dev && \
60+
docker-php-ext-install xsl calendar
61+
62+
RUN docker-php-ext-configure intl --enable-intl && \
63+
docker-php-ext-install intl
64+
5865
COPY default.conf /etc/nginx/conf.d/default.conf
5966
COPY entrypoint.sh /entrypoint.sh
6067
COPY php-fpm.conf /etc/php7/php-fpm.conf

0 commit comments

Comments
 (0)