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 98cf2f0 commit c5324da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
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 && \
echo -n "node version: "; node -v; \
echo -n "npm version: "; npm -v;

Expand Down

0 comments on commit c5324da

Please sign in to comment.