php 8.1 - xmlrpc

This commit is contained in:
2025-05-29 11:03:10 +03:00
parent 3ccb858013
commit 41334b438c
+2 -1
View File
@@ -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