disable wtmp
This commit is contained in:
parent
7948b130d9
commit
bdf253be3d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user