mirror of https://github.com/searx/searx
Merge pull request #1947 from jjasonkal/master
Remove cache of Dockerfile
This commit is contained in:
commit
2d4d0bdc0c
|
@ -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…
Reference in New Issue