mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-22 00:00:41 +00:00
removed git from Dockerfile
This commit is contained in:
parent
11a27859e9
commit
2c9e796c96
@ -5,6 +5,6 @@
|
|||||||
# docker build --rm=true -t plugins/drone-github-release .
|
# docker build --rm=true -t plugins/drone-github-release .
|
||||||
|
|
||||||
FROM alpine:3.2
|
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/
|
ADD drone-github-release /bin/
|
||||||
ENTRYPOINT ["/bin/drone-github-release"]
|
ENTRYPOINT ["/bin/drone-github-release"]
|
||||||
|
Loading…
Reference in New Issue
Block a user