Skip to content

Commit b17cd1d

Browse files
committed
Adding gettext extension
1 parent e07ff62 commit b17cd1d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN docker-php-ext-install \
3333
pdo \
3434
pdo_mysql \
3535
pdo_pgsql \
36-
pgsql
36+
pgsql \
37+
gettext
3738
RUN pecl install APCu-5.1.12
3839
RUN pecl install memcached-3.0.4
3940
RUN pecl install redis-4.1.1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ A PHP7 fpm distibution used by WaveSoftware PHP hosts to serve various websites
66
* Wordpress,
77
* NextCloud,
88
* RoundQube Mail,
9-
* LTB self service password.
9+
* LTB self service password,
10+
* LDAP Account Manager.

0 commit comments

Comments
 (0)