From e470fd6bc060861b8151009347a78a71ea50ddf8 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Sun, 21 May 2017 17:01:24 -0500 Subject: [PATCH] add libpcre3-dev package now needed by php image --- comanage-registry-basic-auth/Dockerfile.template | 1 + comanage-registry-mod-auth-openidc/Dockerfile.template | 1 + comanage-registry/Dockerfile.template | 1 + 3 files changed, 3 insertions(+) diff --git a/comanage-registry-basic-auth/Dockerfile.template b/comanage-registry-basic-auth/Dockerfile.template index 9f90705..c1bbd7a 100644 --- a/comanage-registry-basic-auth/Dockerfile.template +++ b/comanage-registry-basic-auth/Dockerfile.template @@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \ ssl-cert \ wget \ zlib1g \ + libpcre3-dev \ && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \ && docker-php-ext-configure mysqli --with-mysqli=/usr/bin/mysql_config \ diff --git a/comanage-registry-mod-auth-openidc/Dockerfile.template b/comanage-registry-mod-auth-openidc/Dockerfile.template index 133a789..8caba5b 100644 --- a/comanage-registry-mod-auth-openidc/Dockerfile.template +++ b/comanage-registry-mod-auth-openidc/Dockerfile.template @@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \ ssl-cert \ wget \ zlib1g \ + libpcre3-dev \ && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \ && docker-php-ext-configure mysqli --with-mysqli=/usr/bin/mysql_config \ diff --git a/comanage-registry/Dockerfile.template b/comanage-registry/Dockerfile.template index 9f90705..c1bbd7a 100644 --- a/comanage-registry/Dockerfile.template +++ b/comanage-registry/Dockerfile.template @@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \ ssl-cert \ wget \ zlib1g \ + libpcre3-dev \ && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \ && docker-php-ext-configure mysqli --with-mysqli=/usr/bin/mysql_config \