From b2c4a9ea759ada1417e3c55aa7987a8e439b34ad Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 26 Aug 2023 01:00:11 +0200 Subject: [PATCH] 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 --- ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile b/ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile index 6487957e..80ca3cfe 100644 --- a/ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile +++ b/ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile @@ -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 libext2fs-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 libudev-devel