1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
This commit is contained in:
kev 2015-06-12 19:11:47 +08:00
parent 34d4522e11
commit d834f4e559

View File

@ -25,7 +25,7 @@ RUN apt-get update \
&& mkdir dnscrypt-proxy \
&& curl -sSL http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 -C dnscrypt-proxy \
&& cd dnscrypt-proxy \
&& ./configure --prefix=/usr \
&& ./configure --prefix=/usr --with-plugins \
&& make install \
&& cd .. \
&& rm -rf dnscrypt-proxy \