From 91abccd744cc7726ce0a355e6b3494800131dc50 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Sun, 18 Jun 2023 12:58:21 -0700 Subject: [PATCH] update again --- .github/docker-images/alpine-3.16-x64/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/docker-images/alpine-3.16-x64/Dockerfile b/.github/docker-images/alpine-3.16-x64/Dockerfile index 04e898250..8056c1a61 100644 --- a/.github/docker-images/alpine-3.16-x64/Dockerfile +++ b/.github/docker-images/alpine-3.16-x64/Dockerfile @@ -18,11 +18,9 @@ RUN apk add \ ca-certificates \ cmake \ bash \ - aws-cli \ - nodejs - -RUN npm install -g npm@10 + aws-cli +RUN apk add --update nodejs npm WORKDIR /tmp ###############################################################################