diff --git a/incremental/Dockerfile b/incremental/Dockerfile index bd8815b..8bf2944 100644 --- a/incremental/Dockerfile +++ b/incremental/Dockerfile @@ -1,6 +1,6 @@ -ARG SOURCE=infraonly +ARG SOURCE FROM icaotix/latex:$SOURCE -ARG SCHEME=minimal +ARG SCHEME RUN tlmgr install scheme-${SCHEME} \ No newline at end of file diff --git a/scratch/Dockerfile b/scratch/Dockerfile index 190d872..1711bb2 100644 --- a/scratch/Dockerfile +++ b/scratch/Dockerfile @@ -8,9 +8,8 @@ RUN apt-get update -q \ && apt-get install -qy build-essential wget libfontconfig1 \ && rm -rf /var/lib/apt/lists/* -ARG SCHEME=infraonly +ARG SCHEME -# Install TexLive with scheme-infraonly 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 \