Skip to content

Commit 6c35501

Browse files
Merge pull request apache#10 from chancez/add_faq_openssl
Add faq/openssl to image
2 parents 670cff7 + 70f6d26 commit 6c35501

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ RUN scl enable rh-maven33 'mvn dependency:get -Dartifact=io.prometheus.jmx:jmx_p
5252

5353
FROM centos:7
5454

55+
# our copy of faq and jq
56+
COPY faq.repo /etc/yum.repos.d/ecnahc515-faq-epel-7.repo
57+
5558
RUN 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

Dockerfile.rhel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

faq.repo

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)