From 9f94667b1f09d8dc78f159ca0d8855334e5ed5f3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Oct 12 2020 13:26:13 +0000 Subject: Missing dependency for fasjson Signed-off-by: Aurélien Bompard --- diff --git a/roles/openshift-apps/fasjson/templates/Dockerfile b/roles/openshift-apps/fasjson/templates/Dockerfile index d57445e..30333f8 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 && \