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 e5be7c1 commit 7420be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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/ && \
touch /opt/app-root/src/b && \
echo -n "node version: "; node -v; \
echo -n "npm version: "; npm -v;

Expand Down
3 changes: 2 additions & 1 deletion .ci/openshift-ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ RUN /usr/pgsql-15/bin/initdb && \
rm /tmp/.s.PGSQL* && \
rm /tmp/.lock && \
chmod -R 777 /tmp/file && \
chmod -R g+rwX /var/lib/pgsql/15/data/database && mv /var/lib/pgsql/15/data/database /var/lib/pgsql/15/data/old
chmod -R g+rwX /var/lib/pgsql/15/data/database && mv /var/lib/pgsql/15/data/database /var/lib/pgsql/15/data/old && \
touch /opt/app-root/src/a
ENTRYPOINT ["/entrypoint.sh"]

# append Brew metadata here

0 comments on commit 7420be2

Please sign in to comment.