mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
install texcount on default image
This commit is contained in:
parent
e0d548a284
commit
e98a23759c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ RUN rm -r /install-tl-unx; \
|
|||
|
||||
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2016/bin/x86_64-linux/
|
||||
RUN tlmgr install latexmk
|
||||
RUN tlmgr install texcount
|
||||
|
||||
RUN npm install -g grunt-cli
|
||||
|
||||
|
|
Loading…
Reference in a new issue