mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #12953 from overleaf/msm-etoolbox-texlive
[CE] Install `etoolbox` in base image GitOrigin-RevId: c0beef92e8d1b73938f28ae4ed21c470f27b327e
This commit is contained in:
parent
2db96f5c66
commit
959e6a73d8
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ RUN mkdir /install-tl-unx \
|
||||||
latexmk \
|
latexmk \
|
||||||
texcount \
|
texcount \
|
||||||
synctex \
|
synctex \
|
||||||
|
etoolbox \
|
||||||
\
|
\
|
||||||
&& tlmgr path add \
|
&& tlmgr path add \
|
||||||
&& rm -rf /install-tl-unx
|
&& rm -rf /install-tl-unx
|
||||||
|
|
Loading…
Reference in a new issue