From bdf253be3de12848404b8f3fb92f1297d6839e97 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 19 Jun 2017 19:38:42 +0200 Subject: [PATCH] disable wtmp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 591921c..58504c6 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:mod_sftp +RUN ./configure --with-modules=mod_ldap:mod_sftp --disable-wtmp RUN patch -p1 -i /musl_mempcpy.patch RUN make && make install