btrfs-progs: ci: update base images with libudev-devel

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-10-05 17:35:09 +02:00
parent 27615e18bc
commit 35d9b3266d
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN zypper install -y --no-recommends libext2fs-devel libreiserfscore-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 make gcc tar gzip clang RUN zypper install -y --no-recommends make gcc tar gzip clang
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
# For downloading fresh sources # For downloading fresh sources
RUN zypper install -y --no-recommends wget RUN zypper install -y --no-recommends wget

View File

@ -9,6 +9,7 @@ RUN zypper install -y --no-recommends libext2fs-devel libreiserfscore-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
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
# For downloading fresh sources # For downloading fresh sources
RUN zypper install -y --no-recommends wget RUN zypper install -y --no-recommends wget