#64 Make sure to copy the specfile into the Dockerfile.
Merged 4 years ago by ralph. Opened 4 years ago by ralph.

@@ -35,6 +35,8 @@ 

    && 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 \

This never worked before.

Pull-Request has been merged by ralph

4 years ago
Metadata