docker-ssh/Dockerfile

6 lines
75 B
Docker
Raw Permalink Normal View History

2017-02-21 11:34:48 +00:00
FROM alpine:3.5
RUN apk add --no-cache openssh-client
ENTRYPOINT ["ssh"]