mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
ci: add jq to node and builder images
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user