Skip to content

Commit fb6a86e

Browse files
committed
Ah! Back down to 2.14GB
We can lock the Texlive repository to Texlive 2020-final. (Didn't know you could do that!) It seems 2018 is too old (so still can't use the debian:10 image).
1 parent b85c374 commit fb6a86e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:testing
1+
FROM debian:testing-slim
22
FROM ruby:2.7
33

44
RUN echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list
@@ -8,13 +8,14 @@ RUN apt update -y && apt install -y \
88
rake rubygems pdf2svg texlive-latex-base\
99
texlive-pictures \
1010
texlive-fonts-recommended xzdec \
11-
texlive-fonts-extra \
12-
texlive-latex-extra \
11+
# texlive-fonts-extra \
12+
# texlive-latex-extra \
1313
&& rm -rf /var/lib/apt/lists/* && \
1414
gem update --system && gem update
1515

16-
#RUN tlmgr init-usertree && tlmgr install stix2-type1 \
17-
# filemod ucs currfile varwidth adjustbox standalone
16+
RUN tlmgr init-usertree && tlmgr option repository \
17+
ftp://tug.org/historic/systems/texlive/2020/tlnet-final && tlmgr install stix2-type1 \
18+
filemod ucs currfile varwidth adjustbox standalone
1819

1920
RUN updmap-sys
2021

0 commit comments

Comments
 (0)