mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
update tlmgr
This commit is contained in:
parent
c8931beff6
commit
eda145186d
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ RUN set -ex; \
|
|||
make \
|
||||
; \
|
||||
\
|
||||
tlmgr update --self; \
|
||||
\
|
||||
tlmgr install \
|
||||
kpfonts \
|
||||
lastpage \
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ RUN set -ex; \
|
|||
make \
|
||||
; rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
tlmgr update --self; \
|
||||
\
|
||||
tlmgr install \
|
||||
kpfonts \
|
||||
lastpage \
|
||||
|
|
|
|||
Loading…
Reference in a new issue