mirror of
https://github.com/searx/searx
synced 2025-03-02 02:27:48 +01:00
Remove cache of pip upgrade
This commit is contained in:
parent
d27331c8d9
commit
5ed4d72cfa
@ -53,7 +53,8 @@ RUN apk upgrade --no-cache \
|
|||||||
uwsgi-python3 \
|
uwsgi-python3 \
|
||||||
&& pip3 install --upgrade pip \
|
&& pip3 install --upgrade pip \
|
||||||
&& pip3 install --no-cache -r requirements.txt \
|
&& pip3 install --no-cache -r requirements.txt \
|
||||||
&& apk del build-dependencies
|
&& apk del build-dependencies \
|
||||||
|
&& rm -rf /root/.cache
|
||||||
|
|
||||||
COPY --chown=searx:searx . .
|
COPY --chown=searx:searx . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user