Skip to content

Commit

Permalink
Install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Jul 8, 2022
1 parent 60ac369 commit 29e5767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16-alpine

ENV ZX_VERSION="7.0.7"

RUN apk add --no-cache docker \
RUN apk add --no-cache curl docker \
&& npm config set update-notifier false \
&& npm install --location=global zx@${ZX_VERSION}

Expand Down

0 comments on commit 29e5767

Please sign in to comment.