mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
searx: fix #110
This commit is contained in:
parent
9856bd85d3
commit
1f7b934d36
@ -7,7 +7,6 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
|||||||
&& BUILD_DEPS=" \
|
&& BUILD_DEPS=" \
|
||||||
build-base \
|
build-base \
|
||||||
python-dev \
|
python-dev \
|
||||||
py2-pip \
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@ -22,6 +21,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
|||||||
libxslt \
|
libxslt \
|
||||||
openssl \
|
openssl \
|
||||||
tini@commuedge \
|
tini@commuedge \
|
||||||
|
py2-pip \
|
||||||
&& pip install --no-cache -r https://raw.githubusercontent.com/asciimoo/searx/master/requirements.txt \
|
&& pip install --no-cache -r https://raw.githubusercontent.com/asciimoo/searx/master/requirements.txt \
|
||||||
&& mkdir /usr/local/searx && cd /usr/local/searx \
|
&& mkdir /usr/local/searx && cd /usr/local/searx \
|
||||||
&& wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz --strip 1 \
|
&& wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz --strip 1 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user