We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4841eae commit 23c6b9dCopy full SHA for 23c6b9d
php-5.6/Dockerfile
@@ -15,7 +15,8 @@ RUN apt-get update \
15
gettext \
16
mysql-client libmysqlclient-dev \
17
postgresql-client libpq-dev \
18
- sqlite3 libsqlite3-dev
+ sqlite3 libsqlite3-dev \
19
+ ldap-utils
20
21
# composer
22
RUN curl -sS https://getcomposer.org/installer | php
@@ -108,6 +109,9 @@ RUN docker-php-ext-install pgsql
108
109
RUN docker-php-ext-install pdo_pgsql
110
RUN docker-php-ext-install pdo_sqlite
111
RUN docker-php-ext-install opcache
112
+RUN apt-get install -y libldb-dev libldap2-dev
113
+RUN ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/libldap.so
114
+RUN docker-php-ext-install ldap
115
116
# mongo
117
RUN yes '' | pecl install -f mongo
0 commit comments