Skip to content

Commit 35c0014

Browse files
author
Ric Harvey
committed
Added OpCache module closes #123
1 parent 2e17591 commit 35c0014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
166166
--with-png-dir=/usr/include/ \
167167
--with-jpeg-dir=/usr/include/ && \
168168
#curl iconv session
169-
docker-php-ext-install pdo_mysql mysqli mcrypt gd exif intl xsl json soap dom zip && \
169+
docker-php-ext-install pdo_mysql mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
170+
docker-php-source delete && \
170171
mkdir -p /etc/nginx && \
171172
mkdir -p /var/www/app && \
172173
mkdir -p /run/nginx && \

0 commit comments

Comments
 (0)