removed unneeded dependancy
This commit is contained in:
parent
880c9340fa
commit
f4cfd24fdb
@ -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-mod_auth_file proftpd-utils openssl && \
|
apk -U add proftpd proftpd-mod_tls proftpd-utils openssl && \
|
||||||
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