commit b808fdf1cba51e86e971a5ac5bd837704a185597 Author: Carl Kittelberger Date: Tue Feb 21 12:34:48 2017 +0100 Initial commit. diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c8dee34 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM alpine:3.5 + +RUN apk add --no-cache openssh-client + +ENTRYPOINT ["ssh"]