mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 12:50:11 +01:00
Merge pull request #483 from dalf/fix-docker-lxml
[fix] Dockerfile image
This commit is contained in:
commit
1ccf296a55
@ -47,8 +47,8 @@ RUN apk upgrade --no-cache \
|
||||
uwsgi \
|
||||
uwsgi-python3 \
|
||||
brotli \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install --no-cache -r requirements.txt \
|
||||
&& pip3 install --upgrade pip wheel setuptools \
|
||||
&& pip3 install --no-cache --no-binary :all: -r requirements.txt \
|
||||
&& apk del build-dependencies \
|
||||
&& rm -rf /root/.cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user