Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Feb 6, 2024
1 parent a412cce commit 8e086fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian as latexmk
LABEL maintainer="APN-Pucky"
RUN apt-get update -y -qq && apt-get install -y -qq inkscape latexmk texlive-full texlive-latex-extra texlive-formats-extra texlive-fonts-extra texlive-science aspell aspell-en aspell-de texlive-bibtex-extra biber texlive-latex-extra python3-pygments && apt-get clean
RUN apt-get update -y -qq && apt-get install -y -qq inkscape latexmk texlive-full texlive-latex-extra texlive-formats-extra texlive-fonts-extra texlive-science aspell aspell-en aspell-de texlive-bibtex-extra biber texlive-latex-extra python3-pygments inkscape && apt-get clean

FROM debian:buster as base
LABEL maintainer="APN-Pucky"
Expand Down

0 comments on commit 8e086fd

Please # to comment.