Skip to content

Commit 5a7edf9

Browse files
committed
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 <[email protected]>
1 parent 8f96bb7 commit 5a7edf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN zypper install -y --no-recommends make gcc tar gzip clang dwarves
66
RUN zypper install -y --no-recommends libattr-devel libblkid-devel libuuid-devel
77
RUN zypper install -y --no-recommends libext2fs-devel
88
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
9-
RUN zypper install -y --no-recommends autoconf automake pkg-config
9+
RUN zypper install -y --no-recommends autoconf automake pkg-config gawk
1010
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
1111
RUN zypper install -y --no-recommends libudev-devel
1212

0 commit comments

Comments
 (0)