From c4009d4f2121f85fd6a5bbea4f6317d5079beb0d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 30 Oct 2023 18:05:16 +0100 Subject: [PATCH] Maybe by miracle some dependancy hooks the right libssl here --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70bd65365..d0f4ea758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN pip install --target=/dependencies playwright~=1.27.1 \ FROM python:3.11-slim-bookworm RUN apt-get update && apt-get install -y --no-install-recommends \ - libssl \ libxslt1.1 \ # For pdftohtml poppler-utils \