Unified dockerfile

This commit is contained in:
Thomas Boerger 2016-07-22 20:12:32 +02:00
parent 45cb346e9f
commit 5f607f5eac
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
# Docker image for the docker plugin
#
# docker build --rm=true -t plugins/docker .
FROM docker:1.11-dind
ADD drone-docker /bin/
ENTRYPOINT [ "/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker" ]
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]