Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
image/base: Install bash-completion
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
Timo Reichl committed Sep 23, 2022
1 parent 91a0326 commit fafeaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ RUN sed -i '/\[main\]/a install_weak_deps=False' /etc/dnf/dnf.conf && \
# required packages for SteamCMD
ncurses-libs.i686 \
SDL2.i686 \
# SSHD and editors for modifying server files externally
# SSHD and editors/tools for modifying server files externally
openssh-server \
vim \
nano \
bash-completion \
&& \
# Remve preinstalled SSHD configs but keep steamcmd.conf
mv /etc/ssh/sshd_config.d/steamcmd.conf /tmp/steamcmd.conf && \
Expand Down

0 comments on commit fafeaff

Please sign in to comment.