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 \
|
||||
wget unzip curl \
|
||||
libfreetype6-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libpng-dev \
|
||||
libmariadb-dev \
|
||||
zlib1g-dev \
|
||||
libicu-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libmariadb-dev \
|
||||
libpng-dev \
|
||||
libzip-dev \
|
||||
zlib1g-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& docker-php-ext-install -j$(nproc) iconv \
|
||||
&& docker-php-ext-configure intl \
|
||||
|
|
Loading…
Reference in a new issue