Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Oct 3, 2023
1 parent c5324da commit 7e805d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
dnf update -y && dnf clean all && \
npm install -g [email protected] npm@9 && \
npm install @eclipse-che/che-devworkspace-generator@latest && \
chgrp -R 0 /opt/app-root/src/ && chmod -R g=u /opt/app-root/src/ && \
chown -R 1004790000:0 /opt/app-root/src/.npm && \
chgrp -R 0 /opt/app-root/src/.npm-global /opt/app-root/src/.npm && \
chmod -R g+rwX /opt/app-root/src/.npm-global /opt/app-root/src/.npm && \
echo -n "node version: "; node -v; \
echo -n "npm version: "; npm -v;

Expand Down

0 comments on commit 7e805d8

Please sign in to comment.