We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2571d5e + 25f2249 commit e9f19c4Copy full SHA for e9f19c4
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -5,7 +5,7 @@ FROM docker.io/rockylinux/rockylinux:9
5
RUN dnf group install -y 'Minimal Install' --allowerasing && \
6
dnf install -y findutils util-linux cloud-init
7
8
-RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
+RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
9
10
RUN systemctl unmask console-getty.service dev-hugepages.mount \
11
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
0 commit comments