diff --git a/ci/sftp.Dockerfile b/ci/sftp.Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..3a3d60597415201e85164873350a26791524da16 --- /dev/null +++ b/ci/sftp.Dockerfile @@ -0,0 +1,6 @@ +FROM ubuntu:16.04 + +RUN apt-get update \ + && apt-get install -y openssh-client \ + && rm -rf /var/lib/apt/lists/* +