mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
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>
(cherry picked from commit 20f31566c8
)
This commit is contained in:
committed by
mergify[bot]
parent
90b0022b7a
commit
54c32b0bb1
@ -33,6 +33,7 @@ RUN source /build.env \
|
||||
make \
|
||||
gcc \
|
||||
findutils \
|
||||
awk \
|
||||
librados-devel \
|
||||
libcephfs-devel \
|
||||
librbd-devel \
|
||||
|
Reference in New Issue
Block a user