8 lines
113 B
Docker
8 lines
113 B
Docker
|
|
FROM sharelatex/sharelatex:latest
|
|
|
|
RUN set -xe \
|
|
&& tlmgr update --self \
|
|
&& tlmgr install scheme-full
|
|
|