Skip to content

Commit

Permalink
package moved to edge community
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Mar 4, 2024
1 parent f14c001 commit bf5b0a2
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 @@ -27,7 +27,7 @@ RUN \
php83-pecl-memcached \
php83-soap \
php83-xmlreader && \
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 \
php83-pecl-mcrypt && \
echo "**** install projectsend ****" && \
mkdir -p /app/www/public && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
php83-pecl-memcached \
php83-soap \
php83-xmlreader && \
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 \
php83-pecl-mcrypt && \
echo "**** install projectsend ****" && \
mkdir -p /app/www/public && \
Expand Down

0 comments on commit bf5b0a2

Please sign in to comment.