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