1 parent 60ac369 commit 29e5767Copy full SHA for 29e5767
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM node:16-alpine
2
3
ENV ZX_VERSION="7.0.7"
4
5
-RUN apk add --no-cache docker \
+RUN apk add --no-cache curl docker \
6
&& npm config set update-notifier false \
7
&& npm install --location=global zx@${ZX_VERSION}
8
0 commit comments