Skip to content

Commit

Permalink
Merge pull request #16 from 2i2c-org/quarto
Browse files Browse the repository at this point in the history
Install packages needed for quarto to knit to PDF
  • Loading branch information
yuvipanda authored Jan 3, 2024
2 parents 36c17e9 + 23fcdd9 commit b0f4483
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 \
koma-script \
mdwtools \
tikzfill \
bookmark

USER ${NB_USER}

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

0 comments on commit b0f4483

Please sign in to comment.