From ac25c079ca671c0f9d9f6d7e672a75dfb7158cfb Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 1 Feb 2019 14:48:13 +0100 Subject: [PATCH] remove comment --- searx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/Dockerfile b/searx/Dockerfile index 65cec3b..fef9fa5 100644 --- a/searx/Dockerfile +++ b/searx/Dockerfile @@ -25,7 +25,7 @@ RUN apk -U upgrade \ && mkdir /usr/local/searx && cd /usr/local/searx \ && wget -qO- https://github.com/asciimoo/searx/archive/v${VERSION}.tar.gz | tar xz --strip 1 \ && pip3 install --upgrade pip \ - && pip3 install --upgrade setuptools pip==18.1 #pip=18.1 because of pypa/pip#6197 \ + && pip3 install --upgrade setuptools pip==18.1 \ && pip3 install --no-cache -r requirements.txt \ && sed -i "s/127.0.0.1/0.0.0.0/g" searx/settings.yml \ && apk del build-dependencies \