diff --git a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc index 0eb6ce7..2bb0ec9 100644 --- a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc +++ b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc @@ -3,8 +3,7 @@ FROM docker.io/rockylinux/rockylinux:9 RUN dnf group install -y 'Minimal Install' --allowerasing && \ - dnf install -y findutils util-linux \ - https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/cloud-init-23.4-7.el9.noarch.rpm + dnf install -y findutils util-linux cloud-init RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg