Skip to content

Commit

Permalink
feat(deps): add jq and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Sep 6, 2020
1 parent 8d84a5c commit 6f68594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV VERSION=2.58.0

WORKDIR /home/node

# Install netlify-cli
RUN npm i -g netlify-cli@$VERSION
# Install netlify-cli, jq amd curl
RUN npm i -g netlify-cli@$VERSION && apk add --no-cache jq=1.6-r1 curl=7.69.1-r0

# Change default user to node
USER node
Expand Down

0 comments on commit 6f68594

Please sign in to comment.