Dockerfile.cep 440 B

1234567891011121314151617
  1. # Dockerfile para Community Edition Plus
  2. FROM sharelatex/sharelatex:5
  3. RUN rm /etc/my_init.d/000_check_for_old_env_vars_5.sh
  4. RUN wget "https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh" \
  5. && sh update-tlmgr-latest.sh \
  6. && tlmgr --version
  7. # enable tlmgr to install ctex
  8. RUN tlmgr update texlive-scripts
  9. # update packages
  10. RUN tlmgr update --all
  11. # install all the packages
  12. RUN tlmgr install scheme-full