This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by this push: new dd4e2e53 install skopeo dd4e2e53 is described below commit dd4e2e53c32e65236141afafb515240bc0a4efec Author: jstastny-cz <jan.stas...@ibm.com> AuthorDate: Mon Nov 20 17:53:39 2023 +0100 install skopeo --- apache-nodes/Dockerfile.kogito-ci-build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache-nodes/Dockerfile.kogito-ci-build b/apache-nodes/Dockerfile.kogito-ci-build index 4a9cd107..fbe793b7 100644 --- a/apache-nodes/Dockerfile.kogito-ci-build +++ b/apache-nodes/Dockerfile.kogito-ci-build @@ -38,10 +38,7 @@ fontconfig \ # kogito python integration (BEGIN) libglvnd0 \ # kogito python integration (END) -&& apt clean - # Cypress dependencies install (BEGIN) -RUN apt install -y \ xvfb \ libgtk2.0-dev \ libgtk-3-dev \ @@ -49,8 +46,11 @@ libnotify-dev \ libnss3-tools \ libxss1 \ libasound2 \ -&& apt clean # Cypress dependencies install (END) +# kogito-images (BEGIN) +skopeo \ +# kogito-images (END) +&& apt clean RUN groupadd -g 910 nonrootuser && useradd -u 910 -g 910 -s /bin/bash -m nonrootuser && \ echo "nonrootuser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org