From 05651f51f9ec301ddca6b205b008de7db3140351 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 5 May 2016 14:14:11 +0300 Subject: [PATCH] Add postgresql-9.5-pgtap --- 9.5/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/9.5/Dockerfile b/9.5/Dockerfile index 33f40001b5..8565b1c95a 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update \ && apt-get install -y \ postgresql-$PG_MAJOR=$PG_VERSION \ postgresql-contrib-$PG_MAJOR=$PG_VERSION \ + postgresql-$PG_MAJOR-pgtap \ && rm -rf /var/lib/apt/lists/* # make the sample config easier to munge (and "correct by default")