Skip to content

Commit

Permalink
podman: dev/suse: Manually replace busybox-diffutils
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Apr 23, 2024
1 parent 580e9aa commit 752b0a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions podman/dev/suse/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ function install_packages() {

zypper -n dup

# Uninstall busybox-diffutils if it was installed during the distribution
# upgrade, as it will conflict with diffutils below
if zypper search -i busybox-diffutils; then
zypper -n remove busybox-diffutils
fi

packages=(
# arc
php
Expand Down

0 comments on commit 752b0a6

Please sign in to comment.