From 52ae487beab0301fbe3b84fad605f4b6423f334e Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:58:13 -0500 Subject: [PATCH] install mcrypt from community repo on alpine edge --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c2bc5e..6c99423 100755 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN \ php82-xmlreader \ php82-xsl \ whois && \ - apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ php82-pecl-mcrypt && \ echo "**** install certbot plugins ****" && \ if [ -z ${CERTBOT_VERSION+x} ]; then \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e3d6e68..75282b2 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -76,7 +76,7 @@ RUN \ php82-xmlreader \ php82-xsl \ whois && \ - apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ php82-pecl-mcrypt && \ echo "**** install certbot plugins ****" && \ if [ -z ${CERTBOT_VERSION+x} ]; then \