Maybe by miracle some dependancy hooks the right libssl here

This commit is contained in:
dgtlmoon
2023-10-30 18:05:16 +01:00
parent a86f7457d1
commit c4009d4f21
-1
View File
@@ -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 \