Skip to content

Commit b4b6de3

Browse files
authored
Update Dockerfile
enable ext-intl*
1 parent 4592667 commit b4b6de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -ex \
2323
imagemagick-dev \
2424
imagemagick && \
2525
docker-php-ext-configure gd --with-freetype --with-jpeg && \
26-
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif && \
26+
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif intl && \
2727
rm /var/cache/apk/* && rm -rf /tmp/pear
2828

2929

@@ -43,4 +43,4 @@ USER nobody
4343
EXPOSE 8080
4444

4545
# Let supervisord start nginx & php-fpm
46-
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
46+
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 commit comments

Comments
 (0)