btrfs-progs: ci: update base images with libudev-devel
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
27615e18bc
commit
35d9b3266d
|
@ -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 make gcc tar gzip clang
|
||||
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
|
||||
RUN zypper install -y --no-recommends libudev-devel
|
||||
|
||||
# For downloading fresh sources
|
||||
RUN zypper install -y --no-recommends wget
|
||||
|
|
|
@ -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 autoconf automake pkg-config
|
||||
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
|
||||
RUN zypper install -y --no-recommends libudev-devel
|
||||
|
||||
# For downloading fresh sources
|
||||
RUN zypper install -y --no-recommends wget
|
||||
|
|
Loading…
Reference in New Issue