From 0cd5b10b6cfc4037f2cc0f8a631b1c3cc490e014 Mon Sep 17 00:00:00 2001 From: loorisr Date: Wed, 26 Mar 2025 17:11:53 +0100 Subject: [PATCH] remove openssl requirement --- Dockerfile | 1 - Dockerfile.multistage | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69e4bfab2..308a38e67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.multistage b/Dockerfile.multistage index 6f8c6f9c5..1b1836e8b 100644 --- a/Dockerfile.multistage +++ b/Dockerfile.multistage @@ -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 \