We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772c1a0 commit 672b4f2Copy full SHA for 672b4f2
2 files changed
Dockerfile
@@ -4,6 +4,8 @@ MAINTAINER copr-team@redhat.com
4
5
COPY container/ /
6
7
+COPY fedora-infra.repo /etc/yum.repos.d/
8
+
9
RUN dnf -y update && \
10
dnf -y install dnf-plugins-core && \
11
dnf -y copr enable @copr/vcs-diff-lint && \
fedora-infra.repo
@@ -0,0 +1,6 @@
1
+[fedora-infra-repo]
2
+baseurl = https://kojipkgs.fedoraproject.org/repos-dist/f$releasever-infra/latest/$basearch/
3
+enabled = 1
+gpgcheck = 1
+gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS
+name = Fedora Infra repo
0 commit comments