add php extensions
This commit is contained in:
parent
c9b3b3fbe3
commit
6e5e872b8e
@ -21,6 +21,7 @@ ENV PHP_EXTENSIONS \
|
||||
ENV PECL_EXTENSIONS \
|
||||
redis
|
||||
|
||||
RUN apt-get install -y libzip libxslt curl zip unzip
|
||||
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