1
0

Update jump-box/Dockerfile

This commit is contained in:
2026-09-25 17:18:30 +00:00
parent faaeeaa65c
commit 55e4b26dd6

View File

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