-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build fails due to missing privoxy config #66
Comments
Copying /etc/privoxy/config.new to /etc/privoxy/config allows the build to complete and does apparently create a valid config but there is a fatal error logged regarding it. In my testing both socks5 9050 and http 8118 proxies both still work
|
Probably #64 could fix your issue. |
@erictroebs #64 does fix the issue. I've got it patched in my fork. |
Sorry. I did not notice you are involved in any pull request regarding this issue and I did not check the date either. |
@erictroebs @adamus1red Just creating the |
When trying to build from the Dockerfile, the build fails due to /etc/privoxy/config not existing.
The text was updated successfully, but these errors were encountered: