Skip to content

Commit f7fb85a

Browse files
committed
fix: try custom ab2p fix
1 parent db518c1 commit f7fb85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -eux; \
5555

5656
# hadolint ignore=DL3003
5757
RUN set -eux; \
58-
git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \
58+
git clone https://github.com/tardo/adblock2privoxy.git . --depth=1; \
5959
export STACK_ROOT=/usr/local/etc/.stack; \
6060
cd adblock2privoxy; \
6161
stack setup --allow-different-user --resolver $ADBLOCK2PRIVOXY_RESOLVER; \

0 commit comments

Comments
 (0)