Skip to content

Commit

Permalink
install mcrypt from community repo on alpine edge
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Nov 13, 2023
1 parent b3eb01a commit 2681efe
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 2681efe

Please sign in to comment.