diff --git a/roles/openshift-apps/websites/templates/buildconfig.yml b/roles/openshift-apps/websites/templates/buildconfig.yml index 40834d8728..955c839538 100644 --- a/roles/openshift-apps/websites/templates/buildconfig.yml +++ b/roles/openshift-apps/websites/templates/buildconfig.yml @@ -10,6 +10,7 @@ spec: FROM fedora:latest RUN dnf -y install \ git \ + python-unversioned-command \ python3-flask \ python3-frozen-flask \ python3-flask-assets \