fix php extensions
This commit is contained in:
parent
88c0efeaab
commit
593892889f
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user