Skip to content

Commit 29149db

Browse files
committed
Modify Dockerfile to be run on ppc64le
1 parent 3cff98d commit 29149db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

9.5/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM schabrolles/ubuntu_ppc64le
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
@@ -36,8 +36,8 @@ RUN apt-get update \
3636
&& apt-get install -y postgresql-common \
3737
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
3838
&& apt-get install -y \
39-
postgresql-$PG_MAJOR=$PG_VERSION \
40-
postgresql-contrib-$PG_MAJOR=$PG_VERSION \
39+
postgresql \
40+
postgresql-contrib \
4141
&& rm -rf /var/lib/apt/lists/*
4242

4343
# make the sample config easier to munge (and "correct by default")

0 commit comments

Comments
 (0)