2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 02:57:26 +01:00

add dnscrypt-proxy-arm

This commit is contained in:
kev
2016-04-13 16:15:20 +08:00
parent 85ce1d0b92
commit 4275877ed7
2 changed files with 52 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ ENV PROVIDER_KEY B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE0
RUN set -xe \
&& apt-get update \
&& apt-get install -y build-essential curl \
&& apt-get install -y ca-certificates \
build-essential \
curl \
&& mkdir libsodium \
&& cd libsodium \
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 \
@@ -30,7 +32,9 @@ RUN set -xe \
&& make install \
&& cd .. \
&& rm -rf dnscrypt-proxy \
&& apt-get purge --auto-remove -y build-essential curl \
&& apt-get purge --auto-remove -y ca-certificates \
build-essential \
curl \
&& rm -rf /usr/lib/apt/lists/*
EXPOSE 53/tcp 53/udp