Update Dockerfile

This commit is contained in:
Loris 2025-03-07 20:30:03 +01:00 committed by GitHub
parent 6edbf7c7e1
commit 2835773831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ ENV INSTANCE_NAME=searxng \
WORKDIR /usr/local/searxng
RUN apk add brotli tini openssl mailcap && rm -rf /root/.cache
RUN apk add --no-cache brotli tini openssl mailcap && rm -rf /root/.cache
COPY requirements.txt ./requirements.txt