From 5ee4a02e34d55033d16769d934497d8671c46027 Mon Sep 17 00:00:00 2001 From: sidpremkumar Date: Jul 15 2019 18:54:11 +0000 Subject: Adding jinja2 to DockerFile --- diff --git a/openshift/containers/sync2jira/Dockerfile b/openshift/containers/sync2jira/Dockerfile index efa5dab..0fcb245 100644 --- a/openshift/containers/sync2jira/Dockerfile +++ b/openshift/containers/sync2jira/Dockerfile @@ -14,6 +14,7 @@ RUN dnf -y install \ python3-jira \ python3-fedmsg-core \ python3-pygithub \ + python3-jinja2 \ && dnf -y clean all ARG SYNC2JIRA_GIT_REPO=https://pagure.io/sync-to-jira