remove openssl requirement

This commit is contained in:
loorisr 2025-03-26 17:11:53 +01:00
parent 44af0366ba
commit 0cd5b10b6c
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ WORKDIR /usr/local/searxng
# install necessary runtime packages
RUN apt-get update && apt-get install -y --no-install-recommends \
brotli \
openssl \
mailcap \
libxml2 \
libxslt1.1 \

View File

@ -49,7 +49,6 @@ WORKDIR /usr/local/searxng
# Install necessary runtime packages
RUN apt-get update && apt-get install -y --no-install-recommends \
brotli \
# openssl \
mailcap \
libxml2 \
libxslt1.1 \