Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rigon authored Feb 10, 2025
1 parent 21ce965 commit 99d78a7
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 @@ -28,13 +28,13 @@ RUN set -x && \
# Install additional tools used by TeX packages
RUN set -x && \
apt-get update && \
apt-get install -y --no-install-recommends python3-pip && \
apt-get install -y --no-install-recommends pipx && \
# Cleanup
apt-get clean && rm -rf /var/lib/apt

# Code Highlighting with minted
# https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted
RUN pip install latexminted
RUN pipx install latexminted

####################
# Stage shell-escape
Expand All @@ -55,4 +55,4 @@ RUN set -x && \
# Cleanup
apt-get clean && rm -rf /var/lib/apt

RUN pip install dot2tex
RUN pipx install dot2tex

0 comments on commit 99d78a7

Please sign in to comment.