We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c51c6a commit c7d21f3Copy full SHA for c7d21f3
2 files changed
universal/ubi10/Dockerfile
@@ -549,8 +549,8 @@ cd -
549
rm -rf "${TEMP_DIR}"
550
EOF
551
552
-# Bash completions
553
-RUN dnf -y install bash-completion \
+# Bash completions and tmux
+RUN dnf -y install bash-completion tmux \
554
&& dnf clean all \
555
&& rm -rf /var/cache/yum
556
universal/ubi9/Dockerfile
@@ -513,8 +513,8 @@ cd -
513
514
515
516
517
518
519
520
0 commit comments