Explorar el Código

add some php modules

ksieren hace 2 años
padre
commit
73f9ede1ad
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -22,6 +22,7 @@ RUN apk --no-cache add \
         php7-phar \
         php7-intl \
         php7-dom \
+        php7-xmlrpc \
         php7-xmlreader \
         php7-xmlwriter \
         php7-ctype \
@@ -32,6 +33,7 @@ RUN apk --no-cache add \
         php7-simplexml \
         php7-mbstring \
         php7-gd \
+        php7-imagick \
         php7-pecl-mongodb \
         php7-pdo_mysql \
         php7-pdo_pgsql \