mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-21 13:50:40 +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 .
|
||||
|
||||
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user