Add zip to php
This commit is contained in:
parent
68a01501a7
commit
fc6d6e3887
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue