Overleaf
- Setup according to manual: https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md
- Install full-scheme dependencies in dockercontainer: https://github.com/overleaf/overleaf/issues/876\
tlmgr update --self\
tlmgr install scheme-full
Own script:
#!/bin/bash
docker exec -it sharelatex tlmgr --repository http://www.preining.info/tlgpg/ install tlgpg
docker exec -it sharelatex tlmgr install scheme-full