searx: based on alpine edge

This commit is contained in:
Wonderfall 2017-01-18 04:14:55 +01:00 committed by GitHub
parent d9624ffc76
commit e1175e7e14

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:edge
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
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 \