From 34d4522e11827290e534c7a802184ae700eaaacd Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 12 Jun 2015 18:12:42 +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 7791861..1f23ddf 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 --enable-minimal=yes \ + && ./configure --prefix=/usr --enable-minimal \ && make install \ && ldconfig \ && cd .. \