7 lines
84 B
Docker
7 lines
84 B
Docker
|
|
FROM sharelatex/sharelatex:latest
|
|
|
|
RUN set -xe \
|
|
&& tlmgr install scheme-full
|
|
|