You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-15 01:14:25 +02:00
update
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user