From 55e4b26dd62d43c01d6059abc641f565b14273b1 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Fri, 25 Sep 2026 17:18:30 +0000 Subject: [PATCH] Update jump-box/Dockerfile --- jump-box/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jump-box/Dockerfile b/jump-box/Dockerfile index 8707dbf..a28acda 100644 --- a/jump-box/Dockerfile +++ b/jump-box/Dockerfile @@ -11,7 +11,7 @@ COPY startup.bash /usr/sbin/startup.bash RUN dnf install -y \ zip unzip curl tar vim htop fish stow git openssh-clients gnupg2 make nodejs \ procps-ng rsync screen sudo which autojump hostname jq the_silver_searcher wget \ - coreutils util-linux \ + coreutils util-linux openssh-server \ && chmod +x /usr/sbin/startup.bash CMD ["/usr/sbin/startup.bash"]