Skip to content

Commit

Permalink
fix: 🐛 --verbose is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Aug 19, 2023
1 parent 1ac0027 commit 571c6cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions latex/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ RUN apt update -y && \
rm -rf /var/lib/{apt,dpkg,cache,log}/

# Update the TexLive package manager and minimal packages
RUN tlmgr update --self --verbose
RUN tlmgr install latexmk latexindent --verbose
RUN tlmgr update --all --verbose
RUN tlmgr info
RUN tlmgr update --self
RUN tlmgr install latexmk latexindent
RUN tlmgr update --all
RUN texhash

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

0 comments on commit 571c6cd

Please sign in to comment.