mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
ci: add jq to node and builder images
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM docker/compose
|
FROM docker/compose
|
||||||
|
|
||||||
RUN apk update && apk add nodejs npm git
|
RUN apk update && apk add nodejs npm git jq
|
||||||
|
|
||||||
ADD . /opt/openstapps/projectmanagement
|
ADD . /opt/openstapps/projectmanagement
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM node:14-alpine
|
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
|
COPY --chown=root:root wait-for.sh /opt/wait-for
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user