6 lines
156 B
Docker
6 lines
156 B
Docker
|
FROM sharelatex/sharelatex:2.0.0
|
||
|
|
||
|
RUN tlmgr install collection-latexrecommended
|
||
|
RUN tlmgr install collection-fontsrecommended
|
||
|
RUN tlmgr install fontawesome
|