From f6551ab562d80787a2d81ed818cb118aa3e46aaf Mon Sep 17 00:00:00 2001 From: l1shen Date: Tue, 18 Mar 2025 10:13:15 +0800 Subject: [PATCH] feat: add openssh-client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4384a0..d1d7a3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV LANG="C.UTF-8" # install system dependencies RUN apt-get update && \ - apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime libtalloc-dev unzip && \ + apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime libtalloc-dev unzip openssh-client && \ apt-get clean && \ apt-get autoremove && \ rm -rf /var/lib/apt/lists/*