logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ab8f7083e284f9ece03b98410d894c1d49a6317b
parent: bc7c8a3973a8614dfb14d97b853c9a46ddcabab1
Author: pofilo <git@pofilo.fr>
Date:   Thu, 29 Nov 2018 11:55:48 +0100

Merge pull request #1450 from ZEROF/patch-1

Update Dockerfile

Diffstat:

MDockerfile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -32,6 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap openssl-dev \ ca-certificates \ tini@commuedge \ + && pip install --upgrade pip && pip install --no-cache -r requirements.txt \ && apk del \ build-base \