diff options
author | Juan Garcia Basilio <juanitobananas@gmail.com> | 2017-03-02 21:58:59 +0100 |
---|---|---|
committer | Juan Garcia Basilio <juanitobananas@gmail.com> | 2017-03-02 21:58:59 +0100 |
commit | 44cb2b18b09a71fa9d474871de618292f817de1b (patch) | |
tree | 88a6e11a53108302cad4fff6dccd5cbd846ed481 /Dockerfile | |
parent | 252e97a5e501d4301ef3abf6aad7082600a106c6 (diff) | |
download | searxng-44cb2b18b09a71fa9d474871de618292f817de1b.tar.gz searxng-44cb2b18b09a71fa9d474871de618292f817de1b.zip |
Fix #872. Google search works again with docker.
All the credit goes to Wonderfall. Thanks for that!
See: https://github.com/Wonderfall/dockerfiles/issues/110
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 00d61ba0f..fc2767a09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap && apk del \ build-base \ python-dev \ - py-pip\ libffi-dev \ openssl-dev \ libxslt-dev \ |