Update Dockerfile

add mailcap for  /etc/mime.types
This commit is contained in:
Loris 2025-03-07 18:34:43 +01:00 committed by GitHub
parent bd340bedd9
commit 6edbf7c7e1
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 && rm -rf /root/.cache
RUN apk add brotli tini openssl mailcap && rm -rf /root/.cache
COPY requirements.txt ./requirements.txt