fix: add missing libzip-dev
This commit is contained in:
parent
180e0e8cd7
commit
64060b1588
1 changed files with 5 additions and 4 deletions
|
@ -10,11 +10,12 @@ RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
wget unzip curl \
|
wget unzip curl \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libjpeg62-turbo-dev \
|
|
||||||
libpng-dev \
|
|
||||||
libmariadb-dev \
|
|
||||||
zlib1g-dev \
|
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
|
libjpeg62-turbo-dev \
|
||||||
|
libmariadb-dev \
|
||||||
|
libpng-dev \
|
||||||
|
libzip-dev \
|
||||||
|
zlib1g-dev \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& docker-php-ext-install -j$(nproc) iconv \
|
&& docker-php-ext-install -j$(nproc) iconv \
|
||||||
&& docker-php-ext-configure intl \
|
&& docker-php-ext-configure intl \
|
||||||
|
|
Loading…
Reference in a new issue