File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-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
5252
5353FROM centos:7
5454
55+ # our copy of faq and jq
56+ COPY faq.repo /etc/yum.repos.d/ecnahc515-faq-epel-7.repo
57+
5558RUN yum install --setopt=skip_missing_names_on_install=False -y \
5659 epel-release \
5760 && yum install --setopt=skip_missing_names_on_install=False -y \
@@ -65,6 +68,8 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
6568 which \
6669 jq \
6770 rsync \
71+ openssl \
72+ faq \
6873 && yum clean all \
6974 && rm -rf /tmp/* /var/tmp/*
7075
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
5050 which \
5151 jq \
5252 rsync \
53+ openssl \
54+ faq \
5355 && yum clean all \
5456 && rm -rf /tmp/* /var/tmp/*
5557
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