From 8a27bb16ab3d893e0f906c2b1d4fc578df515b84 Mon Sep 17 00:00:00 2001 From: Elie CHARRA Date: Wed, 3 Jul 2024 11:37:35 +0200 Subject: [PATCH] fix: install only `openssh-client` pkg (#54) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdbc7ca..991d719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk -U upgrade && apk add --no-cache \ curl \ git \ jq \ - openssh \ + openssh-client \ openssh-keygen \ python3 \ tzdata