We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592667 commit b4b6de3Copy full SHA for b4b6de3
Dockerfile
@@ -23,7 +23,7 @@ RUN set -ex \
23
imagemagick-dev \
24
imagemagick && \
25
docker-php-ext-configure gd --with-freetype --with-jpeg && \
26
- docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif && \
+ docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif intl && \
27
rm /var/cache/apk/* && rm -rf /tmp/pear
28
29
@@ -43,4 +43,4 @@ USER nobody
43
EXPOSE 8080
44
45
# Let supervisord start nginx & php-fpm
46
-CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
+CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
0 commit comments