diff --git a/containers/Singularity/centos-8.def b/containers/Singularity/centos-8.def index 50c69bd7..a3a6e66f 100644 --- a/containers/Singularity/centos-8.def +++ b/containers/Singularity/centos-8.def @@ -16,6 +16,6 @@ Include: dnf pciutils vim-minimal shadow-utils strace cronie crontabs cpio \ wget centos-release ipmitool yum network-scripts - systemctl enable network-scripts + systemctl enable network touch /etc/sysconfig/disable-deprecation-warnings \ No newline at end of file diff --git a/containers/Singularity/rocky-8.def b/containers/Singularity/rocky-8.def index 40a4048e..1f37857f 100644 --- a/containers/Singularity/rocky-8.def +++ b/containers/Singularity/rocky-8.def @@ -16,6 +16,6 @@ Include: dnf pciutils vim-minimal shadow-utils strace cronie crontabs cpio \ wget rocky-release ipmitool yum network-scripts - systemctl enable network-scripts + systemctl enable network touch /etc/sysconfig/disable-deprecation-warnings \ No newline at end of file