mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Added various extensions to PHP 8.0 and PHP 8.1
This commit is contained in:
@@ -555,8 +555,6 @@ phpize \
|
||||
&& ./configure --enable-redis ${REDIS_ARGS} \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
&& make install \
|
||||
&& rm -rf /usr/local/include/php/ext/igbinary \
|
||||
&& rm -rf /usr/local/include/php/ext/msgpack \
|
||||
\
|
||||
# Enabling
|
||||
&& docker-php-ext-enable redis \
|
||||
|
||||
Reference in New Issue
Block a user