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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV 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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV 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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV 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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV 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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV 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
1818RUN apt-get update \
1919 && apt-get install -y postgresql-common \
2020 && 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
2224
2325ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
2426ENV PGDATA /var/lib/postgresql/data
You can’t perform that action at this time.
0 commit comments