Unverified Commit 2d4d0bdc authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub

Merge pull request #1947 from jjasonkal/master

Remove cache of Dockerfile
parents d27331c8 5ed4d72c
......@@ -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 . .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment