We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9553aeb commit fd2cca9Copy full SHA for fd2cca9
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN chmod +x ./jq ./yq
13
14
FROM node:14.15.4-stretch
15
16
-RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g @vue/cli
+RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g npm@8.7.0
17
COPY --from=builder /tmp/docker/docker /usr/bin/
18
COPY --from=builder /tmp/jq /usr/bin/
19
COPY --from=builder /tmp/yq /usr/bin/
0 commit comments