Skip to content

Commit

Permalink
fix? Update Dockerfile for LaTeX image
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent bfc9b91 commit 9ad27b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ RUN wget --no-check-certificate "${TEXLIVE_MIRROR}/install-tl-unx.tar.gz" && \
tar xzf install-tl-unx.tar.gz --strip-components=1 && \
rm install-tl-unx.tar.gz

COPY --from=chktex-builder /tmp/chktex-builder/chktex /usr/local/bin/chktex \
<<EOF /tmp/texlive/profile.txt
COPY <<EOF /tmp/texlive/profile.txt
selected_scheme ${SCHEME}
instopt_letter 1
instopt_adjustpath 0
Expand Down Expand Up @@ -84,6 +83,8 @@ RUN tlmgr update --self --all && \
tlmgr update --all && \
texhash

COPY --from=chktex-builder /tmp/chktex-builder/chktex /usr/local/bin/chktex

RUN tlmgr version && \
latexmk -version && \
texhash --version && \
Expand Down

0 comments on commit 9ad27b2

Please sign in to comment.