From 9ef7c37f3e565936e22331110dabca01a55ac8bd Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:07:25 -0400 Subject: [PATCH] create symlinks --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 1219550..e77fa97 100644 --- a/Containerfile +++ b/Containerfile @@ -20,6 +20,7 @@ VOLUME /build-container-installer/repos VOLUME /cache RUN dnf install -y make && make install-deps +RUN ln -s /run/secrets/etc-pki-entitlement /etc/pki/entitlement-host && ln -s /run/secrets/rhsm /etc/rhsm-host ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]