File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ RUN apt-get update \
5353
5454# install TeX system and fonts
5555ARG TEX_APT="\
56- texlive-xetex \
57- texlive-fonts-recommended \
58- texlive-fonts-extra \
59- lmodern \
60- xz-utils \
61- "
56+ texlive-xetex \
57+ texlive-fonts-recommended \
58+ texlive-fonts-extra \
59+ lmodern \
60+ xz-utils \
61+ "
6262RUN apt-get update \
63- && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends $TEX_APT \
64- && tlmgr init-usertree \
65- && rm -rf /var/lib/apt/lists/*
63+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends $TEX_APT \
64+ && tlmgr init-usertree \
65+ && rm -rf /var/lib/apt/lists/*
6666
6767# install tex package dependencies
6868ARG CTAN_REPO=https://www.texlive.info/tlnet-archive/2021/12/31/tlnet/
You can’t perform that action at this time.
0 commit comments