enable both tls and ldap
This commit is contained in:
parent
f9461f3d80
commit
893b4734cd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user