added dependancy
This commit is contained in:
parent
9b26bdf411
commit
f837bda293
@ -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 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/
|
mkdir -p /var/run/proftpd /etc/proftpd/custom.conf.d/
|
||||||
|
|
||||||
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