mirror of https://github.com/searxng/searxng.git
[mod] Dockerfile: use binary from pypi
lxml doesn't raise any exception
This commit is contained in:
parent
f6b1264b5f
commit
4bd78a7ef0
|
@ -48,7 +48,7 @@ RUN apk upgrade --no-cache \
|
|||
uwsgi-python3 \
|
||||
brotli \
|
||||
&& pip3 install --upgrade pip wheel setuptools \
|
||||
&& pip3 install --no-cache --no-binary :all: -r requirements.txt \
|
||||
&& pip3 install --no-cache -r requirements.txt \
|
||||
&& apk del build-dependencies \
|
||||
&& rm -rf /root/.cache
|
||||
|
||||
|
|
Loading…
Reference in New Issue