Skip to content

Commit 7766064

Browse files
authored
Merge pull request #31 from erseco/patch-1
Add the php7-opcache package
2 parents 772d7ae + 19f4bf4 commit 7766064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL Maintainer="Tim de Pater <[email protected]>" \
33
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
44

55
# Install packages
6-
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
6+
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
77
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
88
php7-mbstring php7-gd nginx supervisor curl
99

0 commit comments

Comments
 (0)