added missing perl dependancy
This commit is contained in:
parent
f4cfd24fdb
commit
5704aef30a
@ -2,7 +2,7 @@ FROM alpine:edge
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
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
|
mkdir -p /var/run/proftpd
|
||||||
|
|
||||||
COPY custom.conf /etc/proftpd/conf.d/custom.conf
|
COPY custom.conf /etc/proftpd/conf.d/custom.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user