Add zip to php

This commit is contained in:
Jaysen 2019-01-05 19:49:24 -07:00
commit fc6d6e3887

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache --virtual .node-build-deps \
python
RUN docker-php-ext-configure intl \
&& docker-php-ext-install -j$(nproc) intl pdo_mysql
&& docker-php-ext-install -j$(nproc) intl pdo_mysql zip
RUN npm install -g yarn