diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index b44d959365..ecded902ea 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -106,6 +106,7 @@ RUN dnf -y install \ nss \ make \ patch \ + tmux \ wget \ diffutils \ unzip && \ @@ -136,7 +137,6 @@ RUN dnf -y update && \ rsync \ subversion \ sudo \ - tmux \ vim-minimal \ which \ xmlsec1-openssl && \