btrfs-progs: ci: add awk to Tumbleweed image

The CI image build workflow started to fail due to missing 'awk',
install it.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-08-26 01:00:11 +02:00
parent f58694e87a
commit b2c4a9ea75
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN zypper install -y --no-recommends clang
RUN zypper install -y --no-recommends libattr-devel libblkid-devel libuuid-devel RUN zypper install -y --no-recommends libattr-devel libblkid-devel libuuid-devel
RUN zypper install -y --no-recommends libext2fs-devel RUN zypper install -y --no-recommends libext2fs-devel
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
RUN zypper install -y --no-recommends autoconf automake pkg-config RUN zypper install -y --no-recommends autoconf automake pkg-config gawk
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
RUN zypper install -y --no-recommends libudev-devel RUN zypper install -y --no-recommends libudev-devel