Skip to content

Commit

Permalink
⚡ Add jq package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jun 22, 2020
1 parent 07b55c6 commit abc2439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN npm config set unsafe-perm true && \
npm config set unsafe-perm false
ENV NODE_PATH "/usr/lib/node_modules/"

RUN apk add --no-cache ca-certificates jq

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit abc2439

Please sign in to comment.