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"]