From e6f6e0a33b22afd2de5ce8197b663538e41b8f36 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 18 Apr 2022 08:39:07 -0700 Subject: [PATCH] fasjson: install python3-requests-gssapi to work around missing dep in poetry Signed-off-by: Kevin Fenzi --- roles/openshift-apps/fasjson/templates/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/fasjson/templates/Dockerfile b/roles/openshift-apps/fasjson/templates/Dockerfile index 09397596c3..ff35302819 100644 --- a/roles/openshift-apps/fasjson/templates/Dockerfile +++ b/roles/openshift-apps/fasjson/templates/Dockerfile @@ -18,6 +18,7 @@ RUN dnf install -y \ mod_session \ policycoreutils-python-utils \ python3-mod_wsgi \ + python3-requests-gssapi \ python3-pip && \ dnf autoremove -y && \ dnf clean all -y