From 46259fc1028ae349002cce1a322415aa9ee1ca59 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jun 13 2019 18:58:38 +0000 Subject: Make sure to copy the specfile into the Dockerfile. This never worked before. --- diff --git a/openshift/containers/jenkins-slave/Dockerfile b/openshift/containers/jenkins-slave/Dockerfile index 922de27..0dd6509 100644 --- a/openshift/containers/jenkins-slave/Dockerfile +++ b/openshift/containers/jenkins-slave/Dockerfile @@ -35,6 +35,8 @@ RUN dnf -y install 'dnf-command(builddep)' dnf-utils git mock-core-configs tar g && rm -rf "$TEMPDIR" \ && dnf clean all +COPY sync2jira.spec /usr/local/src/sync2jira/sync2jira.spec + # install build dependencies for sync2jira RUN cd /usr/local/src/sync2jira \ && dnf -y builddep ./sync2jira.spec \