mirror of
https://github.com/containers/skopeo.git
synced 2025-09-20 09:30:15 +00:00
Merge pull request #2166 from mtrmac/no-f36-repos
[release-1.6] Stop trying to install sif prerequisite RPMs
This commit is contained in:
@@ -66,9 +66,6 @@ _run_setup() {
|
|||||||
# VM's come with the distro. skopeo package pre-installed
|
# VM's come with the distro. skopeo package pre-installed
|
||||||
dnf erase -y skopeo
|
dnf erase -y skopeo
|
||||||
|
|
||||||
# Required for testing the SIF transport
|
|
||||||
dnf install -y fakeroot squashfs-tools
|
|
||||||
|
|
||||||
msg "Removing systemd-resolved from nsswitch.conf"
|
msg "Removing systemd-resolved from nsswitch.conf"
|
||||||
# /etc/resolv.conf is already set to bypass systemd-resolvd
|
# /etc/resolv.conf is already set to bypass systemd-resolvd
|
||||||
sed -i -r -e 's/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf
|
sed -i -r -e 's/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf
|
||||||
|
Reference in New Issue
Block a user