From 9f94667b1f09d8dc78f159ca0d8855334e5ed5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 12 Oct 2020 15:26:07 +0200 Subject: [PATCH] Missing dependency for fasjson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- 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 d57445e9fa..30333f869d 100644 --- a/roles/openshift-apps/fasjson/templates/Dockerfile +++ b/roles/openshift-apps/fasjson/templates/Dockerfile @@ -23,6 +23,7 @@ RUN dnf install -y \ python3-dns \ python3-flask \ python3-gssapi \ + python3-requests-gssapi \ python3-ldap \ python3-pip \ python3-wheel && \