FROM alpine:3.7

RUN apk add --no-cache vsftpd

CMD /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf