mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
ci: add jq to node and builder images
This commit is contained in:
@@ -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