Skip to content

Commit

Permalink
Update Dockerfile for new repo RPM URL
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Jul 28, 2020
1 parent bd95f74 commit f77fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-CentOS7-PG10
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN rpm --import https://yum.postgresql.org/RPM-GPG-KEY-PGDG-10

# Add PostgreSQL's repository. It contains the most recent stable release
# of PostgreSQL, 10:
RUN yum -q -y install https://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-centos10-10-1.noarch.rpm
RUN yum -q -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm

# Update the Fedora and PostgreSQL repository metadata
RUN yum -q -y install deltarpm
Expand Down

0 comments on commit f77fac7

Please sign in to comment.