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

janhoy pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_10_0 by this push:
     new 5f7013e9db4 SOLR-17908 Add (back) cURL to docker image (#3803)
5f7013e9db4 is described below

commit 5f7013e9db4b9c7c78f8926d1a1304ccb8ba5639
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Oct 28 10:07:09 2025 +0100

    SOLR-17908 Add (back) cURL to docker image (#3803)
    
    (cherry picked from commit b73b163ea9e22d73da438736553d5637c471ab1c)
---
 solr/docker/templates/Dockerfile.body.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/docker/templates/Dockerfile.body.template 
b/solr/docker/templates/Dockerfile.body.template
index 45a7eb91f77..f025f81312c 100644
--- a/solr/docker/templates/Dockerfile.body.template
+++ b/solr/docker/templates/Dockerfile.body.template
@@ -69,7 +69,7 @@ RUN set -ex; \
 
 RUN set -ex; \
     apt-get update; \
-    apt-get -y --no-install-recommends install acl lsof procps wget 
netcat-openbsd gosu tini jattach; \
+    apt-get -y --no-install-recommends install curl acl lsof procps wget 
netcat-openbsd gosu tini jattach; \
     rm -rf /var/lib/apt/lists/*;
 
 VOLUME /var/solr

Reply via email to