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-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8835b410 ninja-fix – `ant generate-snyk-file` needs /usr/bin/python
8835b410 is described below

commit 8835b410cdc5c66f2110db85e049776e22d24baf
Author: mck <m...@apache.org>
AuthorDate: Mon Mar 31 17:34:13 2025 +0200

    ninja-fix – `ant generate-snyk-file` needs /usr/bin/python
---
 site-content/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site-content/Dockerfile b/site-content/Dockerfile
index 09cb614d..01c9fde8 100644
--- a/site-content/Dockerfile
+++ b/site-content/Dockerfile
@@ -47,6 +47,7 @@ RUN apt update && \
         sudo
 
 RUN pip3 install jinja2 requests
+RUN ln -s /usr/bin/python3 /usr/bin/python
 
 # INSTALL nodejs and nvm
 RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo 
"x64"; else echo "arm64"; fi) \


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

Reply via email to