Import upstream component version inspection tool
[integration.git] / test / mocks / datafilecollector-testharness / ftps-sftp-server / Dockerfile-ftps
1 FROM docker.io/panubo/vsftpd
2
3 COPY configuration/vsftpd_ssl.conf /etc/vsftpd_ssl.conf
4 RUN chmod 644 /etc/vsftpd_ssl.conf
5 RUN chown root:root /etc/vsftpd_ssl.conf