mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: remove unused coment in dockerfile
This commit is contained in:
parent
ed28439246
commit
cb759b64fe
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue