add PhpExcel dependencies
This commit is contained in:
parent
bc31d2cd81
commit
f748bd74e6
|
@ -7,4 +7,5 @@ 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 opcache;
|
apt-get install -y zlib1g-dev libpng-dev libxml2-dev; \
|
||||||
|
docker-php-ext-install -j$(nproc) pdo pdo_mysql opcache gd xml zip;
|
Loading…
Reference in New Issue