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

jstastnycz 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 3f4ff6db Kogito CI Builder: Add python3 link (#1110)
3f4ff6db is described below

commit 3f4ff6db722a842d989a5fae57cc0094f16dd51c
Author: Tristan Radisson <[email protected]>
AuthorDate: Wed Oct 18 16:48:46 2023 +0200

    Kogito CI Builder: Add python3 link (#1110)
---
 apache-nodes/Dockerfile.kogito-ci-build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apache-nodes/Dockerfile.kogito-ci-build 
b/apache-nodes/Dockerfile.kogito-ci-build
index df28cfbf..231372d2 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -47,6 +47,7 @@ libglvnd-glx \
 && dnf clean all
 
 RUN sudo alternatives --install /usr/local/bin/python python $(which 
python${PYTHON_MAJOR_MINOR_VERSION}) 1 && \
+  sudo alternatives --install /usr/local/bin/python3 python3 $(which 
python${PYTHON_MAJOR_MINOR_VERSION}) 1 && \
   sudo alternatives --install /usr/local/bin/pip pip $(which 
pip${PYTHON_MAJOR_MINOR_VERSION}) 1
 
 RUN groupadd -g 910 nonrootuser && useradd -u 910 -g 910 nonrootuser && \
@@ -123,4 +124,4 @@ ENV GOROOT="/opt/golang/go"
 ENV CONTAINER_ENGINE="docker"
 ENV CONTAINER_ENGINE_TLS_OPTIONS=""
 
-WORKDIR /project/directory
\ No newline at end of file
+WORKDIR /project/directory


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

Reply via email to