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")