This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 97cfc40d kie-issues#604: install libs for kogito-examples (#1106)
97cfc40d is described below

commit 97cfc40d654192bfe4c6442f3e4121780e3566ce
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Oct 6 08:56:08 2023 +0200

    kie-issues#604: install libs for kogito-examples (#1106)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 apache-nodes/Dockerfile.kogito-ci-build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/apache-nodes/Dockerfile.kogito-ci-build 
b/apache-nodes/Dockerfile.kogito-ci-build
index f9597587..df28cfbf 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -28,7 +28,7 @@ krb5-devel \
 gcc \
 # python3 (END)
 # system (BEGIN)
-gcc-c++ \
+nc \
 shadow-utils \
 sudo \
 wget \
@@ -40,6 +40,10 @@ freetype \
 # couldn't get it for pre-defined repositories
 
https://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/overpass-fonts-3.0.4-8.el9.noarch.rpm
 \
 # drools (END)
+# kogito python integration (BEGIN)
+gcc-c++ \
+libglvnd-glx \
+# kogito python integration (END)
 && dnf clean all
 
 RUN sudo alternatives --install /usr/local/bin/python python $(which 
python${PYTHON_MAJOR_MINOR_VERSION}) 1 && \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to