File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
7
7
8
8
WORKDIR /assets/build/
9
9
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
11
11
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
12
12
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
13
13
RUN \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
7
7
8
8
WORKDIR /assets/build/
9
9
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
11
11
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
12
12
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
13
13
RUN \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG RUBY_VERSION=2.4.4
7
7
8
8
WORKDIR /assets/build/
9
9
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
11
11
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
12
12
ENV CONFIGURE_ARGS="with-pg-config=/usr/pgsql-9.5/bin/pg_config"
13
13
RUN \
You can’t perform that action at this time.
0 commit comments