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 d61bd729d ninja-fix – curl is a requirement to build `ant gen-doc` now
d61bd729d is described below
commit d61bd729defbeb1d021258b60d82f46db6e984e3
Author: mck <[email protected]>
AuthorDate: Tue Mar 18 09:23:51 2025 +0100
ninja-fix – curl is a requirement to build `ant gen-doc` now
---
site-content/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/site-content/Dockerfile b/site-content/Dockerfile
index 0092d032d..09cb614d7 100644
--- a/site-content/Dockerfile
+++ b/site-content/Dockerfile
@@ -42,6 +42,7 @@ RUN apt update && \
git \
gpg \
wget \
+ curl \
gcc \
sudo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]