From 31ab386591aa87f84ece6b1376113ac8bc9c2907 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 19 Jun 2020 08:47:11 -0400 Subject: [PATCH] move tmux to dev dependencies --- installer/roles/image_build/templates/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \