Update stx-centos-tools-dev image

Update stx-centos-tools-dev image with the following extra packages:
- net-tools
- iproute
- ethtool
- tcpdumptools

Story: 2009990
Task: 45330
Signed-off-by: Guilherme Alberici de Santi <guilherme.albericidesanti@windriver.com>
Change-Id: I633b1c961eb39bf46f2f54a3e5ec8e33f89f3850
This commit is contained in:
Guilherme Alberici de Santi 2022-05-10 15:34:36 -03:00
parent d1e66439eb
commit bd363f85df
No known key found for this signature in database
GPG Key ID: 6CE9335805D743E3

View File

@ -29,6 +29,10 @@ RUN set -ex \
kernel-devel \
libcap-devel \
libuuid-devel \
net-tools \
iproute \
ethtool \
tcpdump \
&& yum install -y \
pciutils \
which \