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 a90cf42 + fa7068b commit 2571d5eCopy full SHA for 2571d5e
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -3,8 +3,7 @@
3
FROM docker.io/rockylinux/rockylinux:9
4
5
RUN dnf group install -y 'Minimal Install' --allowerasing && \
6
- dnf install -y findutils util-linux \
7
- 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
8
9
RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
10
0 commit comments