From 1477da404d952f1189ae6419b777dd445bd3fcbd Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Tue, 16 Sep 2025 09:43:31 +0100 Subject: [PATCH] fix COPY heredoc in rocky-container-stackhpc --- elements/rocky-container-stackhpc/containerfiles/9-stackhpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc index d7666c9..c246e39 100644 --- a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc +++ b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc @@ -17,7 +17,7 @@ RUN if [[ ${ROCKY_USE_CUSTOM_DNF_MIRRORS} != "false" ]]; then \ RUN dnf group install -y 'Minimal Install' --allowerasing && \ dnf install -y findutils util-linux cloud-init -COPY <