We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec953d6 commit d5540e8Copy full SHA for d5540e8
build/Dockerfile-ppm
@@ -16,7 +16,7 @@ RUN apk --no-cache add tzdata && \
16
17
RUN apk --no-cache add \
18
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 \
+ php7-curl php7-mbstring php7-redis php7-mcrypt php7-iconv php7-posix php7-pdo_mysql php7-tokenizer php7-simplexml php7-session \
20
php7-xml php7-sockets php7-openssl php7-fileinfo php7-ldap php7-exif php7-pcntl php7-xmlwriter php7-phar php7-zlib \
21
php7-intl
22
ADD etc/php.ini /etc/php7/php.ini
0 commit comments