drone-docker-buildx/Dockerfile
2015-09-04 00:28:10 -07:00

10 lines
179 B
Docker

# Docker image for the docker plugin
#
# docker build --rm=true -t plugins/drone-docker .
FROM rancher/docker
ADD drone-docker /go/bin/
ENTRYPOINT ["/go/bin/drone-docker"]