Skip to content

Commit 967f43f

Browse files
Fix Dockerfile
1 parent f8c05da commit 967f43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk update && apk add \
1313
bash \
1414
icu-dev \
1515
&& docker-php-ext-configure intl \
16-
&& docker-php-ext-install intl \
16+
&& docker-php-ext-install intl
1717

1818
RUN ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime \
1919
&& sed -i "s/^;date.timezone =.*/date.timezone = Europe\/Paris/" $PHP_INI_DIR/php.ini

0 commit comments

Comments
 (0)