Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add libpcre3-dev package now needed by php image
skoranda committed May 21, 2017
1 parent 3467295 commit e470fd6
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 \
1 change: 1 addition & 0 deletions 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 \
1 change: 1 addition & 0 deletions 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 \

0 comments on commit e470fd6

Please sign in to comment.