parent
9df1b1d26e
commit
64f3073584
2 changed files with 0 additions and 6 deletions
|
@ -4,9 +4,6 @@ LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
|||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
|
||||
# hadolint ignore=DL3059,DL3018
|
||||
RUN apk add --no-cache --upgrade libretls
|
||||
|
||||
COPY vsftpd.pem /etc/ssl/certs/vsftpd.pem
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf /etc/vsftpd/vsftpd.conf
|
||||
|
|
|
@ -4,9 +4,6 @@ LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
|||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
|
||||
# hadolint ignore=DL3059,DL3018
|
||||
RUN apk add --no-cache --upgrade libretls
|
||||
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf_nossl /etc/vsftpd/vsftpd.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue