From f837bda2932c286c3e4033ca872324cfeba79e13 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Wed, 12 Aug 2020 16:13:34 +0200 Subject: [PATCH] added dependancy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 215070a..1b1ed86 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-utils openssl perl && \ + apk -U add proftpd proftpd-mod_tls proftpd-mod_ifsession proftpd-utils openssl perl && \ mkdir -p /var/run/proftpd /etc/proftpd/custom.conf.d/ COPY custom.conf /etc/proftpd/conf.d/custom.conf