move tmux to dev dependencies

This commit is contained in:
Ryan Petrello 2020-06-19 08:47:11 -04:00
parent 6682dcbc7c
commit 31ab386591
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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 && \