This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new b07b25a6638 SOLR-17908 Add (back) cURL to docker image (#3803)
b07b25a6638 is described below
commit b07b25a6638fe667fc9aa907588b00b24ea02496
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