+add opcache extension for php-fpm #2

This commit is contained in:
xdrm-brackets 2018-02-19 15:12:17 +01:00
parent 366985da64
commit 209b656bb3
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN apt-get update; \
apt-get install -y nodejs build-essential; \
npm install -g npm@latest; \
npm install -g vue-cli; \
docker-php-ext-install -j$(nproc) pdo pdo_mysql;
docker-php-ext-install -j$(nproc) pdo pdo_mysql opcache;