enable both tls and ldap

This commit is contained in:
Sebastian Hugentobler 2016-10-14 07:14:16 +02:00
parent f9461f3d80
commit 893b4734cd
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -13,7 +13,7 @@ RUN mkdir /tmp/proftpd
RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1 RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1
WORKDIR /tmp/proftpd WORKDIR /tmp/proftpd
RUN ./configure --with-modules=mod_ldap --with-modules=mod_tls RUN ./configure --with-modules=mod_ldap:mod_tls
RUN patch -p1 -i /musl_mempcpy.patch RUN patch -p1 -i /musl_mempcpy.patch
RUN make && make install RUN make && make install