* additional php extension moved to php-version dependency dockerfile

This commit is contained in:
2021-04-15 12:32:56 +03:00
parent cd422e4e6b
commit 29a58620f5
3 changed files with 13 additions and 9 deletions

View File

@ -287,15 +287,6 @@ RUN if [ ${INSTALL_WP_CLI} = true ]; then \
;fi
###########################################################################
# Additional PHP-extensions:
###########################################################################
USER root
RUN pecl install igbinary \
&& pecl install -a redis
###########################################################################
# Node / NVM:
###########################################################################