Skip to content

Commit 27ed56f

Browse files
authored
Merge pull request #98 from linuxserver/mcrypt
install mcrypt from community repo on alpine edge
2 parents b3eb01a + 2681efe commit 27ed56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN \
6868
php82-tokenizer \
6969
php82-xmlreader \
7070
php82-xsl && \
71-
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
71+
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
7272
php82-pecl-mcrypt
7373

7474
# ports and volumes

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN \
6868
php82-tokenizer \
6969
php82-xmlreader \
7070
php82-xsl && \
71-
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
71+
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
7272
php82-pecl-mcrypt
7373

7474
# ports and volumes

0 commit comments

Comments
 (0)