Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit f49ff9f

Browse files
author
Ács Sándor
committed
Add LDAP support.
1 parent 354798e commit f49ff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
2222
RUN wget -q -O – http://www.atomicorp.com/installers/atomic | sh
2323
RUN rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
2424
RUN yum -y update
25-
RUN yum -y install httpd php-mcrypt* ImageMagick ImageMagick-devel ImageMagick-perl gcc cc php-pecl-apc php php-mysql php-cli php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml mod_ssl openssl mysql-server mysql php-ioncube-loader
25+
RUN yum -y install httpd php-mcrypt* ImageMagick ImageMagick-devel ImageMagick-perl gcc cc php-pecl-apc php php-mysql php-cli php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml mod_ssl openssl mysql-server mysql php-ioncube-loader php-ldap
2626
RUN chmod 0777 /etc/create.mysql
2727
RUN chmod +x /etc/gencert.sh
2828
RUN chmod +x /etc/pre_conf_pydio.sh

0 commit comments

Comments
 (0)