1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-21 01:15:53 +00:00

Add php7-ldap

This commit is contained in:
Matt Elliott 2018-11-13 15:53:26 -08:00 committed by GitHub
parent c86ef44695
commit 33ed56acca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,10 @@ RUN apk --update --no-cache add \
git \
graphviz \
imagemagick \
libldap \
monitoring-plugins \
mtr \
musl \
mysql-client \
net-snmp \
net-snmp-tools \
@ -45,6 +47,7 @@ RUN apk --update --no-cache add \
php7-fpm \
php7-gd \
php7-json \
php7-ldap \
php7-mbstring \
php7-mcrypt \
php7-memcached \