fedora: install ethtool explicitly

Some container images do not have ethtool installed by default and it is
needed for a test-core unit test to run.
This commit is contained in:
Fernando Fernandez Mancera
2024-10-07 13:50:27 +02:00
parent f306d6a2ce
commit 5f54ced2ee
2 changed files with 3 additions and 2 deletions

View File

@@ -61,9 +61,9 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
ALPINE_TAG: 'tag-759073a4a7c5'
CENTOS_TAG: 'tag-0d2843d78314'
CENTOS_TAG: 'tag-8e3ebf909439'
DEBIAN_TAG: 'tag-529c288644bc'
FEDORA_TAG: 'tag-0d2843d78314'
FEDORA_TAG: 'tag-8e3ebf909439'
UBUNTU_TAG: 'tag-529c288644bc'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'

View File

@@ -53,6 +53,7 @@ install \
dbus-devel \
dbus-x11 \
dhclient \
ethtool \
firewalld-filesystem \
gcc-c++ \
gettext-devel \