diff --git a/Dockerfile b/Dockerfile index 04d82a1..ebea490 100755 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN \ php81-zip \ whois && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ - php81-pecl-mcrypt && \ + php81-pecl-mcrypt \ php81-pecl-xmlrpc && \ echo "**** install certbot plugins ****" && \ if [ -z ${CERTBOT_VERSION+x} ]; then \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 361445c..dae457d 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -83,7 +83,7 @@ RUN \ php81-zip \ whois && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ - php81-pecl-mcrypt && \ + php81-pecl-mcrypt \ php81-pecl-xmlrpc && \ echo "**** install certbot plugins ****" && \ if [ -z ${CERTBOT_VERSION+x} ]; then \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 30f5c84..bf7e3eb 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -83,7 +83,7 @@ RUN \ php81-zip \ whois && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ - php81-pecl-mcrypt && \ + php81-pecl-mcrypt \ php81-pecl-xmlrpc && \ echo "**** install certbot plugins ****" && \ if [ -z ${CERTBOT_VERSION+x} ]; then \