Skip to content

Commit

Permalink
Install packages needed for quarto to knit to PDF
Browse files Browse the repository at this point in the history
Package list comes from the log provided by
Nathan in https://2i2c.freshdesk.com/a/tickets/952, listing
the packages needed by quarto PDF knitting.

Ref 2i2c-org/infrastructure#2729
  • Loading branch information
yuvipanda committed Jan 2, 2024
1 parent 5f9aaa3 commit 0f63d63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ USER root
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache -r /tmp/requirements.txt

# Install packages needed for quarto knitting to PDF
RUN tlmgr install \
scrartcl.cls \
footnote.sty \
tikzfill.image.sty \
bookmark.sty

USER ${NB_USER}

# Install learnr and other requested packages in https://2i2c.freshdesk.com/a/tickets/741
Expand Down

0 comments on commit 0f63d63

Please sign in to comment.