Add zip extension
This commit is contained in:
parent
9981f1f9df
commit
815d5644be
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache bash icu icu-dev libxml2-dev nodejs-current nodejs-npm
|
||||
RUN apk add --no-cache bash icu icu-dev libxml2-dev libzip-dev nodejs-current nodejs-npm
|
||||
|
||||
RUN apk add --no-cache --virtual .node-build-deps \
|
||||
g++ \
|
||||
make \
|
||||
python \
|
||||
&& docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install -j$(nproc) intl opcache pdo_mysql \
|
||||
&& docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip \
|
||||
&& apk del .node-build-deps
|
||||
|
||||
RUN npm install -g yarn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue