Skip to content

Commit

Permalink
Merge pull request #508 from jasonodonnell/collect
Browse files Browse the repository at this point in the history
Add missing repo
  • Loading branch information
jmccormick2001 authored Mar 16, 2018
2 parents e561f6c + 85f5a85 commit 59caab2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rhel7/9.5/Dockerfile.collect.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ COPY docs/collect/help.1 /help.1
COPY docs/collect/help.md /help.md
COPY docs/licenses /licenses

# Crunchy Postgres repo
ADD conf/CRUNCHY-GPG-KEY.public /
ADD conf/crunchypg95.repo /etc/yum.repos.d/
RUN rpm --import CRUNCHY-GPG-KEY.public

RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# Install postgres client tools and libraries
Expand Down

0 comments on commit 59caab2

Please sign in to comment.