From f4cfd24fdbcca42e6b52f4f42bf527d410a88ba0 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Wed, 12 Aug 2020 14:02:18 +0200 Subject: [PATCH] removed unneeded dependancy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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