+add opcache extension for php-fpm #2
This commit is contained in:
parent
366985da64
commit
209b656bb3
|
@ -7,4 +7,4 @@ RUN apt-get update; \
|
||||||
apt-get install -y nodejs build-essential; \
|
apt-get install -y nodejs build-essential; \
|
||||||
npm install -g npm@latest; \
|
npm install -g npm@latest; \
|
||||||
npm install -g vue-cli; \
|
npm install -g vue-cli; \
|
||||||
docker-php-ext-install -j$(nproc) pdo pdo_mysql;
|
docker-php-ext-install -j$(nproc) pdo pdo_mysql opcache;
|
Loading…
Reference in New Issue