Skip to content

Commit

Permalink
update dockerfiles
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 d696a5d commit e5be7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/openshift-ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
echo -n "npm version: "; npm -v; \
echo -n "yarn version: "; yarn -v;

RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g=u /opt/app-root/src/ &&
RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g=u /opt/app-root/src/ && \
touch /opt/app-root/src/a

# Generate editors' metadata
Expand Down

0 comments on commit e5be7c1

Please sign in to comment.