Files
drone-ssh/Dockerfile
2015-10-21 12:36:57 -07:00

8 lines
217 B
Docker

# Docker image for the Drone build runner
#
# CGO_ENABLED=0 go build -a -tags netgo
# docker build --rm=true -t plugins/drone-ssh .
FROM gliderlabs/alpine:3.1
ADD drone-ssh /bin/
ENTRYPOINT ["/bin/drone-ssh"]