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 3cff98d commit 29149dbCopy full SHA for 29149db
9.5/Dockerfile
@@ -1,5 +1,5 @@
1
# vim:set ft=dockerfile:
2
-FROM debian:jessie
+FROM schabrolles/ubuntu_ppc64le
3
4
# explicitly set user/group IDs
5
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
@@ -36,8 +36,8 @@ RUN apt-get update \
36
&& apt-get install -y postgresql-common \
37
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
38
&& apt-get install -y \
39
- postgresql-$PG_MAJOR=$PG_VERSION \
40
- postgresql-contrib-$PG_MAJOR=$PG_VERSION \
+ postgresql \
+ postgresql-contrib \
41
&& rm -rf /var/lib/apt/lists/*
42
43
# make the sample config easier to munge (and "correct by default")
0 commit comments