Skip to content

Commit

Permalink
feat: trying to reduce docker image size
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Jun 5, 2024
1 parent 59f6d24 commit 17f8642
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ apt-get upgrade -y
apt-get install -y --no-install-recommends --no-install-suggests \
curl \
fontconfig \
fonts-freefont-ttf \
ghostscript \
git \
gnupg \
gnuplot \
gpg \
gpg-agent \
gnuplot-nox \
graphviz \
make \
openjdk-17-jre-headless \
perl \
python3 \
perl-base \
python3-minimal \
python3-pygments \
tar

Expand Down Expand Up @@ -87,9 +87,11 @@ retry 3 /tmp/install-tl/installer/install-tl -scheme "scheme-$scheme" -profile=/
if [[ $scheme != "full" ]]; then
tlmgr install \
collection-bibtexextra \
collection-binextra \
collection-fontsrecommended \
collection-fontutils
collection-fontutils \
latexmk \
texliveonfly \
xindy
fi

# System font configuration for XeTeX and LuaTeX
Expand Down

0 comments on commit 17f8642

Please sign in to comment.