mirror of
https://github.com/skeeto/endlessh.git
synced 2024-11-29 08:23:07 +01:00
Create Dockerfile
This commit is contained in:
parent
548a7b1521
commit
82c746ede8
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user