mirror of https://github.com/searxng/searxng.git
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
This commit is contained in:
parent
252e97a5e5
commit
44cb2b18b0
|
@ -36,7 +36,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
||||||
&& apk del \
|
&& apk del \
|
||||||
build-base \
|
build-base \
|
||||||
python-dev \
|
python-dev \
|
||||||
py-pip\
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
|
|
Loading…
Reference in New Issue