add PhpExcel dependencies

This commit is contained in:
SeekDaSky 2018-02-19 22:41:15 +01:00
parent bc31d2cd81
commit f748bd74e6
1 changed files with 3 additions and 2 deletions

View File

@ -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;