diff --git a/Dockerfile b/Dockerfile index c502d52..a02f27d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:edge RUN \ echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \ - apk -U add proftpd proftpd-mod_tls proftpd-mod_auth_file proftpd-utils openssl && \ + apk -U add proftpd proftpd-mod_tls proftpd-utils openssl && \ mkdir -p /var/run/proftpd COPY custom.conf /etc/proftpd/conf.d/custom.conf