ci: add jq to node and builder images

This commit is contained in:
Rainer Killinger
2022-01-10 16:42:39 +01:00
parent 564a4e2994
commit 33c60e414d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM node:14-alpine
RUN apk update && apk add git curl && mkdir -p /opt
RUN apk update && apk add git curl jq && mkdir -p /opt
COPY --chown=root:root wait-for.sh /opt/wait-for