2
0
mirror of https://github.com/searx/searx synced 2025-08-31 14:38:23 +00:00

Merge branch 'master' of https://github.com/asciimoo/searx into filtron

This commit is contained in:
Markus Heiser
2020-05-11 08:57:16 +02:00

View File

@@ -53,7 +53,8 @@ RUN apk upgrade --no-cache \
uwsgi-python3 \
&& pip3 install --upgrade pip \
&& pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies
&& apk del build-dependencies \
&& rm -rf /root/.cache
COPY --chown=searx:searx . .