Skip to content

Commit

Permalink
Use correct package names
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 2, 2024
1 parent ea2cdd0 commit 23fcdd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN pip install --no-cache -r /tmp/requirements.txt

# Install packages needed for quarto knitting to PDF
RUN tlmgr install \
scrartcl \
footnote \
tikzfill.image \
koma-script \
mdwtools \
tikzfill \
bookmark

USER ${NB_USER}
Expand Down

0 comments on commit 23fcdd9

Please sign in to comment.