mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Fix npm version
This commit is contained in:
committed by
Oliver Günther
parent
ebcf826944
commit
19570b5b7b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user