Skip to content

Commit

Permalink
Add missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Mar 16, 2018
1 parent a25f123 commit 85f5a85
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 85f5a85

Please sign in to comment.