aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/testserver/vsftpd/Dockerfile
blob: af6cd7c79e12506ebaf8920748f68fbedebebe5c (plain)
1
2
3
4
5
6
7
FROM ubuntu:16.04
ARG packages="vsftpd ftp wget avahi-daemon"
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
EXPOSE 20-21

# install configurations and test data
RUN wget https://tools.ietf.org/rfc/rfc3252.txt