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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user