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:
David Sterba 2021-05-04 18:34:18 +02:00
parent c1da8b0ed5
commit e15526653d

View File

@ -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