mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-09 17:10:41 +00:00
fix: add missing git to containers (#5)
This commit is contained in:
parent
6735cb80e6
commit
11a510b5ae
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||
|
||||
RUN apk --update add --no-cache git && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
ADD dist/drone-git-action /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-git-action"]
|
||||
|
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||
|
||||
RUN apk --update add --no-cache git && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
ADD dist/drone-git-action /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-git-action"]
|
||||
|
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||
|
||||
RUN apk --update add --no-cache git && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
ADD dist/drone-git-action /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-git-action"]
|
||||
|
Loading…
Reference in New Issue
Block a user