File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ RUN scl enable rh-maven33 'mvn dependency:get -Dartifact=io.prometheus.jmx:jmx_p
52
52
53
53
FROM centos:7
54
54
55
+ # our copy of faq and jq
56
+ COPY faq.repo /etc/yum.repos.d/ecnahc515-faq-epel-7.repo
57
+
55
58
RUN yum install --setopt=skip_missing_names_on_install=False -y \
56
59
epel-release \
57
60
&& yum install --setopt=skip_missing_names_on_install=False -y \
@@ -66,6 +69,7 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
66
69
jq \
67
70
rsync \
68
71
openssl \
72
+ faq \
69
73
&& yum clean all \
70
74
&& rm -rf /tmp/* /var/tmp/*
71
75
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
51
51
jq \
52
52
rsync \
53
53
openssl \
54
+ faq \
54
55
&& yum clean all \
55
56
&& rm -rf /tmp/* /var/tmp/*
56
57
Original file line number Diff line number Diff line change
1
+ [ecnahc515-faq]
2
+ name=Copr repo for faq owned by ecnahc515
3
+ baseurl=https://copr-be.cloud.fedoraproject.org/results/ecnahc515/faq/epel-7-$basearch/
4
+ type=rpm-md
5
+ skip_if_unavailable=False
6
+ gpgcheck=1
7
+ gpgkey=https://copr-be.cloud.fedoraproject.org/results/ecnahc515/faq/pubkey.gpg
8
+ repo_gpgcheck=0
9
+ enabled=1
10
+ enabled_metadata=1
You can’t perform that action at this time.
0 commit comments