disable wtmp

This commit is contained in:
Sebastian Hugentobler 2017-06-19 19:38:42 +02:00
parent 7948b130d9
commit bdf253be3d

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
WORKDIR /tmp/proftpd
RUN ./configure --with-modules=mod_ldap:mod_sftp
RUN ./configure --with-modules=mod_ldap:mod_sftp --disable-wtmp
RUN patch -p1 -i /musl_mempcpy.patch
RUN make && make install