endlessh/Dockerfile

9 lines
221 B
Docker
Raw Normal View History

2019-03-23 15:16:48 +01:00
FROM gliderlabs/alpine:3.4
RUN \
apk add --no-cache make gcc git libc-dev && \
git clone https://github.com/skeeto/endlessh && \
cd endlessh && \
make
EXPOSE 2222/tcp
ENTRYPOINT /endlessh/endlessh