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