mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-29 01:56:41 +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>
This commit is contained in:
parent
f47ae5e991
commit
20f31566c8
@ -33,6 +33,7 @@ RUN source /build.env \
|
|||||||
make \
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
findutils \
|
findutils \
|
||||||
|
awk \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
libcephfs-devel \
|
libcephfs-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user