We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db518c1 commit f7fb85aCopy full SHA for f7fb85a
Dockerfile
@@ -55,7 +55,7 @@ RUN set -eux; \
55
56
# hadolint ignore=DL3003
57
RUN set -eux; \
58
- git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \
+ git clone https://github.com/tardo/adblock2privoxy.git . --depth=1; \
59
export STACK_ROOT=/usr/local/etc/.stack; \
60
cd adblock2privoxy; \
61
stack setup --allow-different-user --resolver $ADBLOCK2PRIVOXY_RESOLVER; \
0 commit comments