move tmux to dev dependencies

This commit is contained in:
Ryan Petrello
2020-06-19 08:47:11 -04:00
parent 6682dcbc7c
commit 31ab386591

View File

@@ -106,6 +106,7 @@ RUN dnf -y install \
nss \ nss \
make \ make \
patch \ patch \
tmux \
wget \ wget \
diffutils \ diffutils \
unzip && \ unzip && \
@@ -136,7 +137,6 @@ RUN dnf -y update && \
rsync \ rsync \
subversion \ subversion \
sudo \ sudo \
tmux \
vim-minimal \ vim-minimal \
which \ which \
xmlsec1-openssl && \ xmlsec1-openssl && \