From 9ebed6b52ece4ad2f6ba82c8600978395b5ae4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schenkels?= Date: Fri, 6 Apr 2018 17:00:46 +0200 Subject: [PATCH] [ADD] contrib module Add the contrib module --- 10/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/10/Dockerfile b/10/Dockerfile index 8804367ba8..f8d096a6a7 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -103,6 +103,7 @@ RUN set -ex; \ sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; \ apt-get install -y \ "postgresql-$PG_MAJOR=$PG_VERSION" \ + "postgresql-contrib-$PG_MAJOR=$PG_VERSION" \ ; \ \ rm -rf /var/lib/apt/lists/*; \