disable wtmp
This commit is contained in:
parent
7948b130d9
commit
bdf253be3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue