mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix link
This commit is contained in:
@@ -27,7 +27,7 @@ RUN set -xe \
|
|||||||
&& rm -rf libsodium \
|
&& rm -rf libsodium \
|
||||||
&& mkdir dnscrypt-proxy \
|
&& mkdir dnscrypt-proxy \
|
||||||
&& cd 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 \
|
&& ./configure --prefix=/usr --with-plugins \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ RUN set -xe \
|
|||||||
&& rm -rf libsodium \
|
&& rm -rf libsodium \
|
||||||
&& mkdir dnscrypt-proxy \
|
&& mkdir dnscrypt-proxy \
|
||||||
&& cd 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 \
|
&& ./configure --prefix=/usr --with-plugins \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|||||||
Reference in New Issue
Block a user