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 d4397b9 commit b8c4b87Copy full SHA for b8c4b87
src/Dockerfile
@@ -28,6 +28,7 @@ RUN install-php-extensions \
28
opcache \
29
pcntl \
30
zip \
31
+ intl \
32
&& \
33
mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" && \
34
curl -sSL https://getcomposer.org/installer | php && \
0 commit comments