Fix npm version

This commit is contained in:
Alexander
2025-03-04 14:02:39 +03:00
committed by Oliver Günther
parent ebcf826944
commit 19570b5b7b
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y chromium
ENV CHROME_BIN=/usr/bin/chromium
RUN npm i -g npm
RUN npm i -g npm@10.1.0
RUN groupadd $USER || true
RUN groupmod -g $DEV_GID $USER || true