We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07ff62 commit b17cd1dCopy full SHA for b17cd1d
2 files changed
Dockerfile
@@ -33,7 +33,8 @@ RUN docker-php-ext-install \
33
pdo \
34
pdo_mysql \
35
pdo_pgsql \
36
- pgsql
+ pgsql \
37
+ gettext
38
RUN pecl install APCu-5.1.12
39
RUN pecl install memcached-3.0.4
40
RUN pecl install redis-4.1.1
README.md
@@ -6,4 +6,5 @@ A PHP7 fpm distibution used by WaveSoftware PHP hosts to serve various websites
6
* Wordpress,
7
* NextCloud,
8
* RoundQube Mail,
9
- * LTB self service password.
+ * LTB self service password,
10
+ * LDAP Account Manager.
0 commit comments