Skip to content

Commit

Permalink
OpenSUSE: zypper rm -y busybox-diffutils
Browse files Browse the repository at this point in the history
Resovle

```
 > [opensuse  9/14] RUN zypper in -y bc openssl openssl-devel dwarves rpm-build libelf-devel:
0.815 Resolving package dependencies...
0.842
0.842 Problem: 1: the to be installed rpm-build-4.19.1.1-3.2.x86_64 requires 'diffutils', but this requirement cannot be provided
0.842 not installable providers: diffutils-3.10-1.7.x86_64[repo-oss]
0.842
0.842  Solution 1: deinstallation of busybox-diffutils-1.36.1-32.2.noarch
0.842  Solution 2: do not install rpm-build-4.19.1.1-3.2.x86_64
0.842  Solution 3: break rpm-build-4.19.1.1-3.2.x86_64 by ignoring some of its dependencies
0.842
0.842 Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): c
```
  • Loading branch information
takano32 committed Apr 26, 2024
1 parent f366045 commit 565b18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensuse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN cd /build-kernel/linux && git pull --all

# https://boxofcables.dev/building-a-kernel-for-wsl-on-opensuse/
RUN zypper in -y -t pattern devel_basis
RUN zypper rm -y busybox-diffutils
RUN zypper in -y bc openssl openssl-devel dwarves rpm-build libelf-devel
RUN zypper in -y zstd rpm-build rsync

Expand Down

0 comments on commit 565b18e

Please sign in to comment.