7 lines
184 B
Docker
7 lines
184 B
Docker
FROM sharelatex/sharelatex:2.0.0
|
|
|
|
RUN tlmgr install collection-latexrecommended
|
|
RUN tlmgr install collection-fontsrecommended
|
|
RUN tlmgr install fontawesome
|
|
RUN tlmgr install pgf-umlsd
|