From e1175e7e146acd7c3b7450feef774cc243fdddc2 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 18 Jan 2017 04:14:55 +0100 Subject: [PATCH] searx: based on alpine edge --- searx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/Dockerfile b/searx/Dockerfile index 887bd8b..8a0a155 100644 --- a/searx/Dockerfile +++ b/searx/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM alpine:edge MAINTAINER Wonderfall ENV BASE_URL=False IMAGE_PROXY=False \ @@ -8,7 +8,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a && BUILD_DEPS=" \ build-base \ python-dev \ - py-pip \ + py2-pip \ libffi-dev \ libxslt-dev \ libxml2-dev \