docker-sshd/Dockerfile

11 lines
171 B
Docker
Raw Permalink Normal View History

2017-12-15 14:56:15 +00:00
FROM docker.jcg.re/base-alpine
MAINTAINER Jan Christian Grünhage <jan.christian@gruenhage.xyz>
RUN apk add --update \
openssh \
bash
ADD root /
EXPOSE 22