Merge pull request #7389 from ryanpetrello/tmux-dev

move tmux to dev dependencies

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-06-19 13:46:40 +00:00
committed by GitHub

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