Skip to content

Commit

Permalink
Remove package name suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 2, 2024
1 parent 59b4d09 commit ea2cdd0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ 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 update --self && \
tlmgr install \
scrartcl.cls \
footnote.sty \
tikzfill.image.sty \
bookmark.sty
RUN tlmgr install \
scrartcl \
footnote \
tikzfill.image \
bookmark

USER ${NB_USER}

Expand Down

0 comments on commit ea2cdd0

Please sign in to comment.