Skip to content
Snippets Groups Projects
Commit 990c5217 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

aarch64, arm-deb9: Install needed texlive packages

parent 024ab45d
No related branches found
No related tags found
1 merge request!27Use GHC 8.6.5 as the minimum bootstrap compiler version
Pipeline #10299 passed
......@@ -11,7 +11,7 @@ RUN apt-get update \
perl python3 texinfo xz-utils pxz lbzip2 bzip2 patch openssh-client sudo time \
jq wget curl libnuma-dev \
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra \
python3-sphinx texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
......@@ -12,7 +12,7 @@ RUN apt-get update \
perl python3 texinfo xz-utils pxz lbzip2 bzip2 patch openssh-client sudo time \
jq wget curl \
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra \
python3-sphinx texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment