bookworm doesnt have libssl1 not libssl3

This commit is contained in:
dgtlmoon
2023-10-30 17:55:12 +01:00
parent 5a18c96209
commit a86f7457d1

View File

@@ -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 \