We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d744744 commit 8748d1dCopy full SHA for 8748d1d
9.5/Dockerfile
@@ -29,8 +29,6 @@ ENV PG_VERSION 9.5~rc1-1.pgdg80+1
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
31
RUN apt-get update \
32
- && apt-get install -y postgresql-common \
33
- && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
34
&& apt-get install -y \
35
postgresql-$PG_MAJOR=$PG_VERSION \
36
postgresql-contrib-$PG_MAJOR=$PG_VERSION \
0 commit comments