aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/ftps-sftp-server/Dockerfile-ftps
blob: a0d6cfafc3fd65acae55f31403c18dd2223ae271 (plain)
1
2
3
4
5
FROM docker.io/panubo/vsftpd

COPY configuration/vsftpd_ssl.conf /etc/vsftpd_ssl.conf
RUN chmod 644 /etc/vsftpd_ssl.conf
RUN chown root:root /etc/vsftpd_ssl.conf