mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
Merge tag 'v0.8.2' into develop
include update for tlmgr
This commit is contained in:
commit
5ac0d47553
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