⚡ Add jq package to Dockerfile
This commit is contained in:
@@ -15,6 +15,8 @@ RUN npm config set unsafe-perm true && \
|
|||||||
npm config set unsafe-perm false
|
npm config set unsafe-perm false
|
||||||
ENV NODE_PATH "/usr/lib/node_modules/"
|
ENV NODE_PATH "/usr/lib/node_modules/"
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates jq
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user