Skip to content
Snippets Groups Projects
Unverified Commit adf77ffb authored by Quentin Duchemin's avatar Quentin Duchemin Committed by Rémy Huet
Browse files

Add LDAP PHP extension to Dokuwiki image

parent 772205a9
No related branches found
No related tags found
1 merge request!28Add LDAP PHP extension to Dokuwiki image
......@@ -12,7 +12,8 @@ RUN apt-get update -y && \
php7.0 \
php7.0-fpm \
php7.0-gd \
php7.0-xml && \
php7.0-xml \
php7.0-ldap && \
mkdir -p html /var/run/php && \
echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.0/fpm/php.ini && \
sed -i -e "s|;daemonize\s*=\s*yes|daemonize = no|g" /etc/php/7.0/fpm/php-fpm.conf && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment