From 62e211565a30785f27db51e3f2945aa2dc61bfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=98eho=C5=99?= Date: Sun, 7 Jul 2024 13:34:08 +0200 Subject: [PATCH] feat(apline-toolbox): add openssh --- apps/alpine-toolbox/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/alpine-toolbox/Dockerfile b/apps/alpine-toolbox/Dockerfile index 3be5fae..286c374 100644 --- a/apps/alpine-toolbox/Dockerfile +++ b/apps/alpine-toolbox/Dockerfile @@ -24,6 +24,7 @@ RUN set -e \ \ git \ openssl \ + openssh \ && \ sed -i -E 's/^(.*(CHARSET|LANG)=)/#\1/' /etc/profile