From 4c46f4579c49884e5c4fce5965f083e1772881f0 Mon Sep 17 00:00:00 2001 From: shu Date: Sun, 26 Jul 2020 08:34:59 +0000 Subject: [PATCH] use edge/community repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64d5a84..0399bfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache \ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \ libcrypto1.1 -RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ +RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ proftpd \ proftpd-mod_ldap \ proftpd-mod_sftp \