add PhpExcel dependencies
This commit is contained in:
parent
bc31d2cd81
commit
f748bd74e6
|
@ -6,5 +6,6 @@ RUN apt-get update; \
|
|||
curl -sL https://deb.nodesource.com/setup_9.x | bash -; \
|
||||
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 opcache;
|
||||
npm install -g vue-cli; \
|
||||
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