|
|
6 дней назад | |
|---|---|---|
| .. | ||
| init_scripts | 1 неделя назад | |
| nginx | 1 неделя назад | |
| runit | 1 неделя назад | |
| .current_version | 6 дней назад | |
| .version | 6 дней назад | |
| Dockerfile | 1 неделя назад | |
| Dockerfile.6.1.2 | 1 неделя назад | |
| Dockerfile.cep | 6 дней назад | |
| Dockerfile.full | 1 неделя назад | |
| Dockerfile.minimal | 1 неделя назад | |
| Dockerfile.sharelatex-full | 1 неделя назад | |
| Makefile | 6 дней назад | |
| README.md | 6 дней назад | |
he creado un minimal con Dockerfile.6.1.2 aunque usa la imagen 5.
Entrando en el contenedor, he ejecutado:
wget "https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh" \
&& sh update-tlmgr-latest.sh \
&& tlmgr --version
# enable tlmgr to install ctex
tlmgr update texlive-scripts
# update packages
tlmgr update --all
# install all the packages
tlmgr install scheme-full
Creo un nuevo Dockerfile con la extensión cep (Community Edition Plus)
Contiene la versión 5, quitando la comprobación de variables SHARELATEX e incluyendo el paquete completo de LaTeX según los comandos anteriores.