From d0cb1652661342608bb124529676bb59587859c5 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 12 Jun 2015 18:06:16 +0800 Subject: [PATCH] update --- dnscrypt/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt/proxy/Dockerfile b/dnscrypt/proxy/Dockerfile index 4291569..7791861 100644 --- a/dnscrypt/proxy/Dockerfile +++ b/dnscrypt/proxy/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update \ && mkdir libsodium \ && curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 -C libsodium \ && cd libsodium \ - && ./configure --prefix=/usr \ + && ./configure --prefix=/usr --enable-minimal=yes \ && make install \ && ldconfig \ && cd .. \