Skip to content

Commit

Permalink
remove manual install of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuetenk0pp committed Oct 26, 2024
1 parent d5904aa commit e4f7be8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ RUN tlmgr path add
# update system packages
RUN apt-get update && apt-get upgrade -y

# install minted dependency
RUN apt-get install python3-pygments -y

# install inkscape for svg support
RUN apt-get install inkscape -y

Expand Down

0 comments on commit e4f7be8

Please sign in to comment.