mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
fix link
This commit is contained in:
parent
4275877ed7
commit
b19d732105
@ -27,7 +27,7 @@ RUN set -xe \
|
||||
&& rm -rf libsodium \
|
||||
&& mkdir dnscrypt-proxy \
|
||||
&& cd dnscrypt-proxy \
|
||||
&& curl -sSL http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 \
|
||||
&& curl -sSL https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 \
|
||||
&& ./configure --prefix=/usr --with-plugins \
|
||||
&& make install \
|
||||
&& cd .. \
|
||||
|
@ -27,7 +27,7 @@ RUN set -xe \
|
||||
&& rm -rf libsodium \
|
||||
&& mkdir dnscrypt-proxy \
|
||||
&& cd dnscrypt-proxy \
|
||||
&& curl -sSL http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 \
|
||||
&& curl -sSL https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 \
|
||||
&& ./configure --prefix=/usr --with-plugins \
|
||||
&& make install \
|
||||
&& cd .. \
|
||||
|
Loading…
x
Reference in New Issue
Block a user