We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c05da commit 967f43fCopy full SHA for 967f43f
1 file changed
.docker/php/Dockerfile
@@ -13,7 +13,7 @@ RUN apk update && apk add \
13
bash \
14
icu-dev \
15
&& docker-php-ext-configure intl \
16
- && docker-php-ext-install intl \
+ && docker-php-ext-install intl
17
18
RUN ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime \
19
&& sed -i "s/^;date.timezone =.*/date.timezone = Europe\/Paris/" $PHP_INI_DIR/php.ini
0 commit comments