From a5641324fc1c24bdacbf83c57065eba34d1f38bf Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:53:35 -0400 Subject: [PATCH] debug --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index edd9a1a..4537f5e 100644 --- a/Containerfile +++ b/Containerfile @@ -21,7 +21,7 @@ VOLUME /build-container-installer/build VOLUME /build-container-installer/repos VOLUME /cache -RUN curl -vvvvv https://cdn.redhat.com +RUN echo | openssl s_client -showcerts -servername cdn.redhat.com -connect cdn.redhat.com:443 2>/dev/null | openssl x509 -inform pem -noout -text RUN dnf install -y make && make install-deps