File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJ
18
18
RUN apt-get update \
19
19
&& apt-get install -y postgresql-common \
20
20
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
21
- && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION
21
+ && apt-get install -y \
22
+ postgresql-$PG_MAJOR=$PG_VERSION \
23
+ postgresql-contrib-$PG_MAJOR=$PG_VERSION
22
24
23
25
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
24
26
ENV PGDATA /var/lib/postgresql/data
You can’t perform that action at this time.
0 commit comments