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 \