Skip to content

Commit

Permalink
[DM-17872] Fix mock pg build
Browse files Browse the repository at this point in the history
It was failing where that file was no longer available on disk,
with errors mentioning it couldn't read the gpg file for PGDG.
  • Loading branch information
cbanek committed Feb 22, 2024
1 parent c3f1fc7 commit 2db2053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/cadc-postgresql-dev/Dockerfile.pg12
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ARG PGSPHERE=https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/software/pgsphere12-1.
RUN yum -y install centos-release-scl epel-release ${PGDG} \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG \
&& rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'

# packages
Expand Down

0 comments on commit 2db2053

Please sign in to comment.