Skip to content

Commit

Permalink
texlive-fonts-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 4, 2024
1 parent 2570034 commit b116f17
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ ENV DEBIAN_FRONTEND=noninteractive

# Install LaTeX packages
RUN apt-get update && apt-get install -y \
texlive \
texlive-xetex \
texlive-luatex \
texlive-latex-extra \
texlive-pstricks
texlive \
texlive-xetex \
texlive-luatex \
texlive-latex-extra \
texlive-fonts-extra \
texlive-pstricks

# Set working directory
WORKDIR /latex_content
Expand Down

0 comments on commit b116f17

Please sign in to comment.