mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
add docker-compose.yml
This commit is contained in:
@@ -19,7 +19,7 @@ RUN set -xe \
|
|||||||
curl \
|
curl \
|
||||||
&& mkdir libsodium \
|
&& mkdir libsodium \
|
||||||
&& cd libsodium \
|
&& cd libsodium \
|
||||||
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 \
|
&& curl -sSL https://github.com/vimagick/dockerfiles/raw/master/dnscrypt/proxy/arm/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 \
|
||||||
&& ./configure --prefix=/usr --enable-minimal \
|
&& ./configure --prefix=/usr --enable-minimal \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& ldconfig \
|
&& ldconfig \
|
||||||
@@ -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 https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-$DNSCRYPT_VERSION.tar.gz | tar xz --strip 1 \
|
&& curl -sSL https://github.com/vimagick/dockerfiles/raw/master/dnscrypt/proxy/arm/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 .. \
|
||||||
|
|||||||
BIN
dnscrypt/proxy/arm/dnscrypt-proxy-1.6.1.tar.gz
Normal file
BIN
dnscrypt/proxy/arm/dnscrypt-proxy-1.6.1.tar.gz
Normal file
Binary file not shown.
7
dnscrypt/proxy/arm/docker-compose.yml
Normal file
7
dnscrypt/proxy/arm/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
dnscrypt-proxy:
|
||||||
|
image: easypi/dnscrypt-proxy-arm
|
||||||
|
container_name: dnscrypt-proxy
|
||||||
|
ports:
|
||||||
|
- "2053:53/tcp"
|
||||||
|
- "2053:53/udp"
|
||||||
|
restart: always
|
||||||
BIN
dnscrypt/proxy/arm/libsodium-1.0.10.tar.gz
Normal file
BIN
dnscrypt/proxy/arm/libsodium-1.0.10.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user