Skip to content
Snippets Groups Projects

Add texlive-binaries so that makeindex is installed

Merged Matthew Pickering requested to merge makeindex into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qy \
# DWARF libraries
libdw1 libdw-dev \
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra \
python3-sphinx texlive-xetex texlive-latex-extra texlive-binaries \
cabal-install-2.4 ghc-8.4.4 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Loading