From 783aca7ef6fe23bc81a2bbbe229570735e5d606b Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 30 May 2015 22:43:12 +0800 Subject: [PATCH] fix --- dnscrypt/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt/proxy/Dockerfile b/dnscrypt/proxy/Dockerfile index 2d829da..774963b 100644 --- a/dnscrypt/proxy/Dockerfile +++ b/dnscrypt/proxy/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER kev RUN apt-get update \ && apt-get install -y build-essential curl \ && mkdir libsodium \ - && curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-1.0.3.tar.gz | tar xz --strip 1 -C libsodium + && curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-1.0.3.tar.gz | tar xz --strip 1 -C libsodium \ && cd libsodium \ && ./configure --prefix=/usr \ && make install \