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 2e17591 commit 35c0014Copy full SHA for 35c0014
Dockerfile
@@ -166,7 +166,8 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
166
--with-png-dir=/usr/include/ \
167
--with-jpeg-dir=/usr/include/ && \
168
#curl iconv session
169
- docker-php-ext-install pdo_mysql mysqli mcrypt gd exif intl xsl json soap dom zip && \
+ docker-php-ext-install pdo_mysql mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
170
+ docker-php-source delete && \
171
mkdir -p /etc/nginx && \
172
mkdir -p /var/www/app && \
173
mkdir -p /run/nginx && \
0 commit comments