1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-04 18:21:06 +02:00
2015-05-16 17:46:29 -07:00

11 lines
266 B
Docker

# Docker image for Drone's slack notification plugin
#
# CGO_ENABLED=0 go build -a -tags netgo
# docker build --rm=true -t drone/drone-build .
FROM gliderlabs/alpine:3.1
RUN apk-install ca-certificates
ADD drone-build /bin/
ENTRYPOINT ["/bin/drone-build"]