travis: install gzip and redhat-rpm-config for Fedora Rawhide based tests

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2020-10-14 08:18:42 +00:00 committed by Andrei Vagin
parent 1062cc4fed
commit 5a655e890a

View file

@ -8,6 +8,7 @@ RUN dnf install -y \
gcc \
git \
gnutls-devel \
gzip \
iproute \
iptables \
nftables \
@ -26,6 +27,7 @@ RUN dnf install -y \
python3-future \
python3-protobuf \
python3-junit_xml \
redhat-rpm-config \
sudo \
tar \
which \