diff options
author | Alexandre Flament <alex@al-f.net> | 2021-12-18 14:07:29 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-12-18 14:07:29 +0100 |
commit | 4bd78a7ef0d83f4f6d01aea1a129b20e437ff6ab (patch) | |
tree | 7fdb0d02cb7ff2266a76845b1d8f974b0a0685c6 /Dockerfile | |
parent | f6b1264b5f17c5c53af8eb91ca7478e5b06bf9c7 (diff) | |
download | searxng-4bd78a7ef0d83f4f6d01aea1a129b20e437ff6ab.tar.gz searxng-4bd78a7ef0d83f4f6d01aea1a129b20e437ff6ab.zip |
[mod] Dockerfile: use binary from pypi
lxml doesn't raise any exception
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index a7e5e5af0..ce74af1d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |