Added jq as runtime dependency
This commit is contained in:
parent
3fddebb659
commit
77279b3a99
@ -5,7 +5,7 @@ COPY plugin.sh ./
|
||||
RUN dos2unix plugin.sh
|
||||
|
||||
FROM registry.odit.services/hub/library/alpine3.17
|
||||
RUN apk add curl --no-cache --update && rm -rf /var/cache/apk/*
|
||||
RUN apk add curl jq --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
|
||||
|
Loading…
x
Reference in New Issue
Block a user