2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-03 07:45:17 +00:00

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