Skip to content

Commit 6c97714

Browse files
committed
update build instructions for centos assets
1 parent df96f01 commit 6c97714

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asset_build_scripts/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
77

88
WORKDIR /assets/build/
99
RUN yum install -y git
10-
RUN yum install -y http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-3.noarch.rpm
10+
RUN yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
1111
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
1212
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
1313
RUN \

asset_build_scripts/Dockerfile.centos6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
77

88
WORKDIR /assets/build/
99
RUN yum install -y git
10-
RUN yum install -y http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-redhat95-9.5-3.noarch.rpm
10+
RUN yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm
1111
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
1212
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
1313
RUN \

asset_build_scripts/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
77

88
WORKDIR /assets/build/
99
RUN yum install -y git
10-
RUN yum install -y http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-3.noarch.rpm
10+
RUN yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
1111
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
1212
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
1313
RUN \

0 commit comments

Comments
 (0)