From 893b4734cda87ac50a684ee4694873092f4da718 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 14 Oct 2016 07:14:16 +0200 Subject: [PATCH] enable both tls and ldap --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cdeb62..a827395 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 make && make install