From a86f7457d1cdf3d9f80e5eefde72231c1e2a062a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 30 Oct 2023 17:55:12 +0100 Subject: [PATCH] bookworm doesnt have libssl1 not libssl3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51a1e876..70bd6536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ 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 \ - libssl1.1 \ + libssl \ libxslt1.1 \ # For pdftohtml poppler-utils \