Skip to content

Commit

Permalink
Add intl php extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tzeller committed Aug 2, 2021
1 parent 560cb7f commit ecc1279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \
&& 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 \
&& docker-php-ext-install xsl pdo pdo_mysql pdo_pgsql mysqli pgsql ldap \
&& docker-php-ext-install xsl pdo pdo_mysql pdo_pgsql mysqli pgsql ldap intl \
&& docker-php-source delete \
&& apt-get purge -y \
libldap2-dev \
Expand Down

0 comments on commit ecc1279

Please sign in to comment.