install git
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2023-05-10 19:59:52 +02:00
parent 2fe92dd990
commit 3c1bba7ccc
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COPY plugin.sh ./
RUN dos2unix plugin.sh
FROM registry.odit.services/hub/library/node:20.0.0-alpine3.17
RUN apk add curl jq pandoc --no-cache --update && rm -rf /var/cache/apk/*
RUN apk add curl git jq pandoc --no-cache --update && rm -rf /var/cache/apk/*
# add the wrapper which acts as a drone plugin
COPY --from=BUILD /app/plugin.sh /plugin.sh