Skip to content

Commit ec953d6

Browse files
authored
Added php7-iconv extension
1 parent b3257d6 commit ec953d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/Dockerfile-nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk --no-cache add tzdata && \
1616

1717
RUN apk --no-cache add \
1818
php7 php7-opcache php7-fpm php7-cgi php7-ctype php7-json php7-dom php7-zip php7-zip php7-gd \
19-
php7-curl php7-mbstring php7-redis php7-mcrypt php7-posix php7-pdo_mysql php7-tokenizer php7-simplexml php7-session \
19+
php7-curl php7-mbstring php7-redis php7-mcrypt php7-iconv php7-posix php7-pdo_mysql php7-tokenizer php7-simplexml php7-session \
2020
php7-xml php7-sockets php7-openssl php7-fileinfo php7-ldap php7-exif php7-pcntl php7-xmlwriter php7-phar php7-zlib \
2121
php7-intl
2222
ADD etc/php.ini /etc/php7/php.ini

0 commit comments

Comments
 (0)