logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 6b462afe74fb5c0f5bfcb47abd243bc1795b6e71
parent bc7c8a3973a8614dfb14d97b853c9a46ddcabab1
Author: ZEROF <security@netmajstor.com>
Date:   Thu, 29 Nov 2018 10:30:59 +0100

Update Dockerfile

- Fix for docker image build error "Could not find a version that satisfies the requirement cffi!=1.11.3,>=1.7 (from versions: )"

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 \