mirror of
https://github.com/containers/skopeo.git
synced 2025-06-27 23:27:29 +00:00
Cirrus: Remove redundant package install attempt
These are already present in the VM images. These instructions only cause the DNF cache to be refreshed, wasting precious developer time. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
1db6846c01
commit
ee8048583b
@ -55,9 +55,6 @@ _run_setup() {
|
||||
# VM's come with the distro. skopeo package pre-installed
|
||||
dnf erase -y skopeo
|
||||
|
||||
# Required for testing the SIF transport
|
||||
dnf install -y fakeroot squashfs-tools
|
||||
|
||||
msg "Removing systemd-resolved from nsswitch.conf"
|
||||
# /etc/resolv.conf is already set to bypass systemd-resolvd
|
||||
sed -i -r -e 's/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf
|
||||
|
Loading…
Reference in New Issue
Block a user