fix php extensions

This commit is contained in:
Matthieu Poletti 2020-11-22 22:15:03 +02:00
parent 593892889f
commit 717fdaf210

View File

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