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 docker/compose
RUN apk update && apk add nodejs npm git
RUN apk update && apk add nodejs npm git jq
ADD . /opt/openstapps/projectmanagement