Initial commit.

master
Carl Kittelberger 2017-02-21 12:34:48 +01:00
commit b808fdf1cb
Signed by: icedream
GPG Key ID: C1D30A06E6490C14
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:3.5
RUN apk add --no-cache openssh-client
ENTRYPOINT ["ssh"]