mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
add docker-compose.yml
This commit is contained in:
parent
b19d732105
commit
664b974c9e
@ -19,7 +19,7 @@ RUN set -xe \
|
||||
curl \
|
||||
&& mkdir 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 \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
@ -27,7 +27,7 @@ RUN set -xe \
|
||||
&& rm -rf libsodium \
|
||||
&& mkdir 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 \
|
||||
&& make install \
|
||||
&& 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.
Loading…
Reference in New Issue
Block a user