From a8e9add0cc537450ea6c161a7eb7341301c81f53 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:41:02 -0600 Subject: [PATCH] add repos volume --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 27c2f77..8d93ad4 100644 --- a/Containerfile +++ b/Containerfile @@ -15,6 +15,7 @@ COPY / /build-container-installer/ WORKDIR /build-container-installer VOLUME /build-container-installer/build +VOLUME /build-container-installer/repos VOLUME /cache RUN dnf install -y make && make install-deps