From 09c3c0d5e4de8294b0bfd6f658167cc6823c58b1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 22 2018 16:29:13 +0000 Subject: Verbose, please. --- diff --git a/openshift/containers/sync2jira/Dockerfile b/openshift/containers/sync2jira/Dockerfile index c74c5f5..d228763 100644 --- a/openshift/containers/sync2jira/Dockerfile +++ b/openshift/containers/sync2jira/Dockerfile @@ -42,7 +42,7 @@ RUN dnf -y install git python3-pip \ && cd /usr/local/src/sync2jira \ && git fetch origin "$SYNC2JIRA_GIT_REF" \ && git checkout -f "$SYNC2JIRA_GIT_REF" \ - && pip3 install --no-deps . \ + && pip3 install --no-deps -v . \ && test -f /usr/bin/sync2jira \ && dnf -y clean all \ && cd /