Skip to content

Commit

Permalink
Added test-pki-modules into container
Browse files Browse the repository at this point in the history
added test-pki-modules-0.1-1.noarch.rpm into container
  • Loading branch information
bhavikbhavsar authored Nov 22, 2017
1 parent 0256933 commit 7169052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN dnf install -y rpm rpm-build python-pip gcc wget git libffi-devel redhat-rpm
openssl-devel && dnf clean all
RUN ssh-keygen -f /root/.ssh/id_rsa -t rsa -N ''
RUN printf "Host *\n StrictHostKeyChecking no" > /root/.ssh/config
RUN wget https://copr-be.cloud.fedoraproject.org/results/@pki/10.5/epel-7-x86_64/00678084-test-pki-modules/test-pki-modules-0.1-1.noarch.rpm --no-check-certificate
RUN rpm -ivh test-pki-modules-0.1-1.noarch.rpm
RUN git clone https://github.com/CentOS-PaaS-SIG/linchpin/
WORKDIR "/linchpin"
RUN pip install file://$PWD
Expand Down

0 comments on commit 7169052

Please sign in to comment.