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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 59234b2  In almalinux-image.docker symlink python to python3
59234b2 is described below

commit 59234b2719d173322329f329154c1c703f63b2ab
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Sun Mar 30 13:04:21 2025 +0200

    In almalinux-image.docker symlink python to python3
    
    C* 4.* now needs `python` on the path (CASSANDRA-20319)
---
 docker/almalinux-image.docker | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/almalinux-image.docker b/docker/almalinux-image.docker
index 6a3c90a..ab1c549 100644
--- a/docker/almalinux-image.docker
+++ b/docker/almalinux-image.docker
@@ -36,6 +36,7 @@ RUN until curl -f -S -s --retry 9 --retry-connrefused 
--retry-delay 1 https://va
 RUN rpm -i --nodeps ant-junit-1.9.4-2.el7.noarch.rpm
 
 RUN pip3 install --upgrade pip
+RUN ln -s /usr/bin/python3 /usr/bin/python
 
 # create and change to build user
 RUN groupadd --gid ${GID_ARG} --non-unique build \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to