Skip to content

Commit

Permalink
Merge pull request #31 from erseco/patch-1
Browse files Browse the repository at this point in the history
Add the php7-opcache package
  • Loading branch information
TrafeX authored Apr 26, 2020
2 parents 772d7ae + 19f4bf4 commit 7766064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL Maintainer="Tim de Pater <[email protected]>" \
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."

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

Expand Down

0 comments on commit 7766064

Please sign in to comment.