#tradewind:fix nginx & zip
This commit is contained in:
@ -12,7 +12,6 @@ RUN apk add --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
postgresql-dev \
|
||||
sqlite-dev \
|
||||
libzip-dev \
|
||||
&& apk add --no-cache \
|
||||
curl \
|
||||
git \
|
||||
@ -20,6 +19,7 @@ RUN apk add --no-cache --virtual .build-deps \
|
||||
mysql-client \
|
||||
postgresql-libs \
|
||||
openssl \
|
||||
libzip-dev \
|
||||
&& pecl install imagick \
|
||||
&& docker-php-ext-enable imagick \
|
||||
&& pecl install xdebug-3.0.4 \
|
||||
|
Reference in New Issue
Block a user