ci: install awk in Fedora test container-image

Fedora 42 has been released, and its container-image does not seem to
include `awk` anymore. `awk` is used during the preparation phase of the
golangci-lint test, and possibly others.

By installing `awk` in the test container-image, all scripts seem to
work well with the Fedora 42 container-image.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2025-04-17 14:04:42 +02:00 committed by mergify[bot]
parent f47ae5e991
commit 20f31566c8

View File

@ -33,6 +33,7 @@ RUN source /build.env \
make \
gcc \
findutils \
awk \
librados-devel \
libcephfs-devel \
librbd-devel \