php 8.1 - xmlrpc
This commit is contained in:
+2
-1
@@ -33,7 +33,6 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
intl \
|
||||
mbstring \
|
||||
xml \
|
||||
xmlrpc \
|
||||
soap \
|
||||
zip \
|
||||
pdo \
|
||||
@@ -56,6 +55,8 @@ RUN cd /opt && \
|
||||
RUN pecl install redis && \
|
||||
docker-php-ext-enable redis
|
||||
|
||||
RUN pecl install channel://pecl.php.net/xmlrpc-1.0.0RC3 && docker-php-ext-enable xmlrpc
|
||||
|
||||
# Optional: Install and enable Imagick (used by Moodle for better image processing)
|
||||
RUN pecl install imagick && docker-php-ext-enable imagick
|
||||
|
||||
|
||||
Reference in New Issue
Block a user