Merge "Install gzip instead of busybox-gzip on suse"
This commit is contained in:
commit
58034ef253
@ -103,6 +103,9 @@ sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends filesystem
|
|||||||
# Install grep before base to avoid pulling in busybox-grep as it conflicts
|
# Install grep before base to avoid pulling in busybox-grep as it conflicts
|
||||||
# with rsync installation
|
# with rsync installation
|
||||||
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends grep
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends grep
|
||||||
|
# Install gzip before base to avoid pulling in busybox-gzip as it conflicts
|
||||||
|
# with info installation
|
||||||
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends gzip
|
||||||
# Install xz before base to avoid pulling in busybox-xz
|
# Install xz before base to avoid pulling in busybox-xz
|
||||||
# https://bugzilla.opensuse.org/show_bug.cgi?id=1172209
|
# https://bugzilla.opensuse.org/show_bug.cgi?id=1172209
|
||||||
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends xz
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends xz
|
||||||
|
Loading…
Reference in New Issue
Block a user