Install latex full
This commit is contained in:
parent
7e00d53a78
commit
fda53c1478
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ RUN apt-get update -q \
|
|||
&& apt-get install -qy build-essential wget libfontconfig1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install TexLive with scheme-basic
|
||||
# Install TexLive with scheme-full
|
||||
RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; \
|
||||
mkdir /install-tl-unx; \
|
||||
tar -xvf install-tl-unx.tar.gz -C /install-tl-unx --strip-components=1; \
|
||||
echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile; \
|
||||
echo "selected_scheme scheme-full" >> /install-tl-unx/texlive.profile; \
|
||||
/install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile; \
|
||||
rm -r /install-tl-unx; \
|
||||
rm install-tl-unx.tar.gz
|
||||
|
|
Loading…
Reference in a new issue