mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
34d4522e11
commit
d834f4e559
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user