diff Dockerfile @ 100:7f934f77831a

Add first tests of RLS policies.
author Tom Gottfried <tom@intevation.de>
date Wed, 13 Jun 2018 22:46:40 +0200
parents 9c2b796d506f
children
line wrap: on
line diff
--- a/Dockerfile	Wed Jun 13 22:40:51 2018 +0200
+++ b/Dockerfile	Wed Jun 13 22:46:40 2018 +0200
@@ -11,7 +11,7 @@
 # Install PostgreSQL 10 and PostGIS
 RUN yum -q -y install postgresql10-server
 RUN yum -q -y install epel-release
-RUN yum -q -y install postgis24_10
+RUN yum -q -y install postgis24_10 pgtap10
 
 USER postgres
 ENV PGBIN /usr/pgsql-10/bin/