File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM centos:centos7
22
3- LABEL version="2.3.1 "
3+ LABEL version="2.3.2 "
44
55# Install dependencies
66RUN yum update -y && \
@@ -17,8 +17,8 @@ RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py && \
1717 python get-pip.py
1818
1919# Install PostgreSQL 9.6
20- RUN yum install -y https://download.postgresql.org/pub/ repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
21- yum install -y \
20+ COPY pgdg-96.repo /etc/yum. repos.d/
21+ RUN yum install -y \
2222 postgresql96-contrib \
2323 postgresql96-devel \
2424 postgresql96-server
Original file line number Diff line number Diff line change 1+ [pgdg96]
2+ name=PostgreSQL 9.6 RPMs for RHEL/CentOS 7
3+ baseurl=https://yum-archive.postgresql.org/9.6/redhat/rhel-7-x86_64
4+ enabled=1
5+ gpgcheck=0
6+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
You can’t perform that action at this time.
0 commit comments