gitlab/fedora-install: use yum install --allowerasing
This allows us to drag in packages that replace something in the base image. Notably, this fixes installing pppd on Fedora 42 that requires systemd (whereas the image has conflicting systemd-standalone-sysusers).
This commit is contained in:

committed by
Íñigo Huguet

parent
39efc8a394
commit
979717df4e
@@ -39,7 +39,7 @@ fi
|
||||
fi
|
||||
|
||||
|
||||
NM_NO_EXTRA=1 NM_INSTALL="yum install -y" ./contrib/fedora/REQUIRED_PACKAGES
|
||||
NM_NO_EXTRA=1 NM_INSTALL="yum install -y --allowerasing" ./contrib/fedora/REQUIRED_PACKAGES
|
||||
yum install -y glibc-langpack-pl ccache clang
|
||||
|
||||
# containers have "tsflags=nodocs" in /etc/dnf/dnf.conf. We need /usr/shared/gtk-doc/html
|
||||
|
Reference in New Issue
Block a user