Skip to content
Snippets Groups Projects
Verified Commit 1f2388fb authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add Dockerfile for sftp

parent 48a7e7e3
No related branches found
No related tags found
1 merge request!1Resolve "Setup automatic deployment"
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y openssh-client \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment