dns resolvers changing using environment variables

This commit is contained in:
Paramtamtam
2022-08-16 10:08:19 +04:00
parent 93902a6aef
commit 7200ecad96
5 changed files with 30 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ ARG Z3PROXY_VERSION=0.9.4
# Fetch 3proxy sources
RUN set -x \
&& git clone --branch "${Z3PROXY_VERSION}" https://github.com/z3APA3A/3proxy.git /tmp/3proxy
&& git -c advice.detachedHead=false clone --depth 1 --branch "${Z3PROXY_VERSION}" https://github.com/z3APA3A/3proxy.git /tmp/3proxy
WORKDIR /tmp/3proxy