Skip to content

Commit

Permalink
Update tlmg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-chauvet authored Jun 23, 2021
1 parent 50f1f5e commit 89adc64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ RUN apt-get update && apt-get install -y perl wget libfontconfig1 && \
apt-get clean
ENV PATH="${PATH}:/root/bin"

RUN tlmgr update --self
RUN tlmgr update --self --all
RUN tlmgr path add
RUN fmtutil-sys --all

WORKDIR /

Expand Down

0 comments on commit 89adc64

Please sign in to comment.