Skip to content

Commit

Permalink
Merge pull request #98 from linuxserver/mcrypt
Browse files Browse the repository at this point in the history
install mcrypt from community repo on alpine edge
  • Loading branch information
aptalca authored Nov 13, 2023
2 parents b3eb01a + 2681efe commit 27ed56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ed56f

Please sign in to comment.