fix php extensions

This commit is contained in:
Matthieu Poletti 2020-11-22 22:12:45 +02:00
parent 88c0efeaab
commit 593892889f

View File

@ -21,7 +21,7 @@ ENV PHP_EXTENSIONS \
ENV PECL_EXTENSIONS \
redis
RUN apt-get install -y curl zip unzip
RUN apt-get install -y curl zip unzip libzip-dev
RUN pecl install $PECL_EXTENSIONS \
&& docker-php-ext-install -j "$(nproc)" $PHP_EXTENSIONS \
&& docker-php-ext-enable $PECL_EXTENSIONS \