1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-30 22:50:16 +02:00

Remove cache of pip upgrade

This commit is contained in:
Jason Kaltsikis 2020-05-09 14:02:09 +03:00
parent d27331c8d9
commit 5ed4d72cfa

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