From 578aecf977a6c0fd3f86c8f0d954ad087e35b649 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:57:28 +0000 Subject: [PATCH] WeasyPrint --- DockerfileBase | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerfileBase b/DockerfileBase index 35636fc8..e05c7042 100644 --- a/DockerfileBase +++ b/DockerfileBase @@ -35,8 +35,8 @@ apt-get update && \ pip install --no-cache-dir --upgrade pillow==10.0.1 reportlab==3.6.13 wheel==0.38.1 setuptools==65.5.1 pyjwt==2.4.0 cryptography==39.0.1 -#CV -RUN pip install --no-cache-dir opencv-python-headless +#CV and HTML +RUN pip install --no-cache-dir opencv-python-headless WeasyPrint # cleanup and etc