From 1f7b934d3632106e924ca80d163af6c4e4e678ce Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 22 Feb 2017 13:40:08 +0100 Subject: [PATCH] searx: fix #110 --- searx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/Dockerfile b/searx/Dockerfile index 114f8cc..fe2deaa 100644 --- a/searx/Dockerfile +++ b/searx/Dockerfile @@ -7,7 +7,6 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a && BUILD_DEPS=" \ build-base \ python-dev \ - py2-pip \ libffi-dev \ libxslt-dev \ libxml2-dev \ @@ -22,6 +21,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a libxslt \ openssl \ tini@commuedge \ + py2-pip \ && pip install --no-cache -r https://raw.githubusercontent.com/asciimoo/searx/master/requirements.txt \ && mkdir /usr/local/searx && cd /usr/local/searx \ && wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz --strip 1 \