Create Dockerfile

This commit is contained in:
LGDan 2019-03-23 14:16:48 +00:00 committed by GitHub
parent 548a7b1521
commit 82c746ede8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
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