Skip to content

Instantly share code, notes, and snippets.

@notcome
Created January 28, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notcome/0c8d11b2b1838fd16f66faa63451ddcf to your computer and use it in GitHub Desktop.
Save notcome/0c8d11b2b1838fd16f66faa63451ddcf to your computer and use it in GitHub Desktop.
Docker/minsheng/latex: first version
FROM debian:sid
MAINTAINER Minsheng Liu <lambda@liu.ms>
RUN apt-get update && apt-get install -y --no-install-recommends \
asymptote \
biber \
chktex \
cm-super \
context \
dvidvi \
dvipng \
feynmf \
fragmaster \
lacheck \
latexdiff \
latexmk \
lcdf-typetools \
lmodern \
prosper \
psutils \
purifyeps \
t1utils \
tex-gyre \
texlive-base \
texlive-bibtex-extra \
texlive-binaries \
texlive-extra-utils \
texlive-font-utils \
texlive-fonts-recommended \
texlive-formats-extra \
texlive-games \
texlive-generic-extra \
texlive-generic-recommended \
texlive-htmlxml \
texlive-humanities \
texlive-latex-base \
texlive-latex-extra \
texlive-latex-recommended \
texlive-luatex \
texlive-metapost \
texlive-music \
texlive-omega \
texlive-pictures \
texlive-plain-extra \
texlive-pstricks \
texlive-publishers \
texlive-science \
texlive-xetex \
tipa \
xindy
WORKDIR /latex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment