Andrwe / privoxy-blocklist

Script converting AdBlock Plus rules into privoxy format.
The Unlicense
153 stars 39 forks source link

alpine docker build fails #66

Closed Andrwe closed 1 month ago

Andrwe commented 1 month ago

Due to the setup of python on latest alpine installation of dependencies fails with the hint to install packages using apk instead of pip. This can be solved by using --break-system-packages on the pip command.

Initial tests show no issues in using this option for the unit tests.