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

yong pushed a commit to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.17 by this push:
     new 3eb19c678c Add ssh client in the release docker
3eb19c678c is described below

commit 3eb19c678ce91f41d49ef25af34916ceb762b133
Author: zymap <[email protected]>
AuthorDate: Tue Jan 13 10:44:13 2026 +0800

    Add ssh client in the release docker
---
 dev/release/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/Dockerfile b/dev/release/Dockerfile
index 23c28954c1..5d486d654e 100644
--- a/dev/release/Dockerfile
+++ b/dev/release/Dockerfile
@@ -21,5 +21,5 @@ FROM --platform=linux/amd64 maven:3.9.0-eclipse-temurin-8
 ARG DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && \
   apt-get dist-upgrade -y && \
-  apt-get install -y g++ cmake gnupg2 vim subversion less zip unzip
+  apt-get install -y g++ cmake gnupg2 vim subversion less zip unzip 
openssh-client
 

Reply via email to