From cb759b64fe820fea7e51d51fcd710f7a9813d218 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 14 Feb 2026 19:12:27 +0530 Subject: [PATCH] chore: remove unused coment in dockerfile --- surfsense_backend/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/surfsense_backend/Dockerfile b/surfsense_backend/Dockerfile index 3605968b3..12538e7ad 100644 --- a/surfsense_backend/Dockerfile +++ b/surfsense_backend/Dockerfile @@ -30,10 +30,6 @@ RUN ARCH=$(dpkg --print-architecture) && \ dpkg -i /tmp/pandoc.deb && \ rm /tmp/pandoc.deb -# NOTE: Typst CLI is NOT installed here. PDF rendering uses the `typst` Python -# library (pip package) which bundles the compiler as a native extension. -# This avoids architecture-specific binary downloads and works cross-platform. - # Update certificates and install SSL tools RUN update-ca-certificates RUN pip install --upgrade certifi pip-system-certs