From 08ef501c96318b86ef3706d3954a1164eaa90c87 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Wed, 30 Sep 2020 21:22:57 -0500 Subject: [PATCH] websites: add python-gnupg for building key bundle and sanity-checking static/keys Signed-off-by: Rick Elrod --- roles/openshift-apps/websites/templates/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/websites/templates/buildconfig.yml b/roles/openshift-apps/websites/templates/buildconfig.yml index 955c839538..eb7bd3e8c7 100644 --- a/roles/openshift-apps/websites/templates/buildconfig.yml +++ b/roles/openshift-apps/websites/templates/buildconfig.yml @@ -19,6 +19,7 @@ spec: python3-flask-babel \ python3-flask-htmlmin \ python3-cssutils \ + python3-gnupg \ rubygem-sass \ babel \ python3-jinja2 \