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:
@@ -61,9 +61,9 @@ variables:
|
|||||||
# This is done by running `ci-fairy generate-template` and possibly bumping
|
# This is done by running `ci-fairy generate-template` and possibly bumping
|
||||||
# ".default_tag".
|
# ".default_tag".
|
||||||
ALPINE_TAG: 'tag-759073a4a7c5'
|
ALPINE_TAG: 'tag-759073a4a7c5'
|
||||||
CENTOS_TAG: 'tag-0d2843d78314'
|
CENTOS_TAG: 'tag-8e3ebf909439'
|
||||||
DEBIAN_TAG: 'tag-529c288644bc'
|
DEBIAN_TAG: 'tag-529c288644bc'
|
||||||
FEDORA_TAG: 'tag-0d2843d78314'
|
FEDORA_TAG: 'tag-8e3ebf909439'
|
||||||
UBUNTU_TAG: 'tag-529c288644bc'
|
UBUNTU_TAG: 'tag-529c288644bc'
|
||||||
|
|
||||||
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
||||||
|
@@ -53,6 +53,7 @@ install \
|
|||||||
dbus-devel \
|
dbus-devel \
|
||||||
dbus-x11 \
|
dbus-x11 \
|
||||||
dhclient \
|
dhclient \
|
||||||
|
ethtool \
|
||||||
firewalld-filesystem \
|
firewalld-filesystem \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gettext-devel \
|
gettext-devel \
|
||||||
|
Reference in New Issue
Block a user