From 48059398184b2f27a04fcee5cc49039d801e4751 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:51:31 -0400 Subject: [PATCH] debug --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 2fc0017..edd9a1a 100644 --- a/Containerfile +++ b/Containerfile @@ -21,8 +21,7 @@ VOLUME /build-container-installer/build VOLUME /build-container-installer/repos VOLUME /cache -RUN cat /etc/rhsm/rhsm.conf -RUN find /etc/rhsm +RUN curl -vvvvv https://cdn.redhat.com RUN dnf install -y make && make install-deps