diff --git a/Dockerfile b/Dockerfile index 89a014737..2820dad7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,8 +33,6 @@ ENV NPM_CONFIG_LOGLEVEL warn ENV NODE_VERSION 20.x RUN curl -fsSL https://rpm.nodesource.com/setup_$NODE_VERSION | bash - && \ dnf install -y nodejs -# ACAS-762 temporary fix for npm multi-arch build issue. Remove when Node is updated to > 18.20.1 and fix is confirmed -RUN npm install npm@10.5.1 -g # ACAS RUN useradd -u 1000 -ms /bin/bash runner