0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-06-02 18:29:43 +02:00

removed git from Dockerfile

This commit is contained in:
Brad Rydzewski 2015-11-23 14:02:53 -08:00
parent 11a27859e9
commit 2c9e796c96

View File

@ -5,6 +5,6 @@
# docker build --rm=true -t plugins/drone-github-release .
FROM alpine:3.2
RUN apk add -U ca-certificates git && rm -rf /var/cache/apk/*
RUN apk add -U ca-certificates && rm -rf /var/cache/apk/*
ADD drone-github-release /bin/
ENTRYPOINT ["/bin/drone-github-release"]