From 2681efed7804a4252816ebee54215a646dca8f92 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:01:48 -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 ee4b22b..3b38a38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN \ php82-tokenizer \ php82-xmlreader \ php82-xsl && \ - 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 # ports and volumes diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6f03067..6eb3fb7 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -68,7 +68,7 @@ RUN \ php82-tokenizer \ php82-xmlreader \ php82-xsl && \ - 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 # ports and volumes