Skip to content

Commit 29e5767

Browse files
committed
Install curl
1 parent 60ac369 commit 29e5767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:16-alpine
22

33
ENV ZX_VERSION="7.0.7"
44

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

0 commit comments

Comments
 (0)