Skip to content

Commit

Permalink
remove pip downgrade, issue is fixed (pypa/pip#6197)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoellen committed Feb 9, 2019
1 parent 934ce89 commit 91abfcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions searx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN apk -U upgrade \
tini \
&& mkdir /usr/local/searx && cd /usr/local/searx \
&& wget -qO- https://github.com/asciimoo/searx/archive/v${VERSION}.tar.gz | tar xz --strip 1 \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade setuptools pip==18.1 \
&& pip3 install --upgrade setuptools pip \
&& pip3 install --no-cache -r requirements.txt \
&& sed -i "s/127.0.0.1/0.0.0.0/g" searx/settings.yml \
&& apk del build-dependencies \
Expand Down

0 comments on commit 91abfcb

Please sign in to comment.