mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 14:45:19 +00:00
btrfs-progs: ci: fix package ordering for tumbleweed image
Move installation of gzip before autotools as it would otherwise pull busybox-gzip (and busybox) and that causes problems later. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c1da8b0ed5
commit
e15526653d
@ -2,11 +2,11 @@ FROM opensuse/tumbleweed
|
||||
|
||||
WORKDIR /tmp
|
||||
|
||||
RUN zypper install -y --no-recommends autoconf automake pkg-config
|
||||
RUN zypper install -y --no-recommends make gcc tar gzip
|
||||
RUN zypper install -y --no-recommends libattr-devel libblkid-devel libuuid-devel
|
||||
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
|
||||
RUN zypper install -y --no-recommends autoconf automake pkg-config
|
||||
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
|
||||
|
||||
# For downloading fresh sources
|
||||
|
Loading…
Reference in New Issue
Block a user