From 85f5a85945882b6d192f37e830f60f09a20e8038 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Fri, 16 Mar 2018 14:57:25 -0400 Subject: [PATCH] Add missing repo --- rhel7/9.5/Dockerfile.collect.rhel7 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rhel7/9.5/Dockerfile.collect.rhel7 b/rhel7/9.5/Dockerfile.collect.rhel7 index 7d7b86237..5df4188d0 100644 --- a/rhel7/9.5/Dockerfile.collect.rhel7 +++ b/rhel7/9.5/Dockerfile.collect.rhel7 @@ -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