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

zhangduo pushed a commit to branch HBASE-30004
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-30004 by this push:
     new f4230eacc56 fix
f4230eacc56 is described below

commit f4230eacc56cc23317eaa3ef0092027fa0ada4e8
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Mar 18 11:13:15 2026 +0800

    fix
---
 dev-support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index d5d33987485..294fc272f1c 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -57,6 +57,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
     shellcheck='0.8.0-*' \
     libxml2-dev='2.9.13+dfsg-*' \
     libxml2-utils='2.9.13+dfsg-*' \
+    zip='3.0-*' \
     && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/* \

Reply via email to