mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
remove comment
This commit is contained in:
parent
89c9e4f9b1
commit
ac25c079ca
@ -25,7 +25,7 @@ RUN apk -U upgrade \
|
|||||||
&& mkdir /usr/local/searx && cd /usr/local/searx \
|
&& mkdir /usr/local/searx && cd /usr/local/searx \
|
||||||
&& wget -qO- https://github.com/asciimoo/searx/archive/v${VERSION}.tar.gz | tar xz --strip 1 \
|
&& wget -qO- https://github.com/asciimoo/searx/archive/v${VERSION}.tar.gz | tar xz --strip 1 \
|
||||||
&& pip3 install --upgrade pip \
|
&& pip3 install --upgrade pip \
|
||||||
&& pip3 install --upgrade setuptools pip==18.1 #pip=18.1 because of pypa/pip#6197 \
|
&& pip3 install --upgrade setuptools pip==18.1 \
|
||||||
&& pip3 install --no-cache -r requirements.txt \
|
&& pip3 install --no-cache -r requirements.txt \
|
||||||
&& sed -i "s/127.0.0.1/0.0.0.0/g" searx/settings.yml \
|
&& sed -i "s/127.0.0.1/0.0.0.0/g" searx/settings.yml \
|
||||||
&& apk del build-dependencies \
|
&& apk del build-dependencies \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user