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

dependabot/pip/master/sphinx-6.1.3
Markus Heiser 4 years ago
commit 9c08adf6f2

@ -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 . .

Loading…
Cancel
Save