fix(docker): add latex packages to backend container
This commit is contained in:
parent
19c64616f0
commit
c9613e2982
@ -17,7 +17,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
apt-get -y update && apt-get install -y --no-install-recommends locales locales-all
|
apt-get -y update && apt-get install -y --no-install-recommends locales locales-all
|
||||||
|
|
||||||
# run-time dependencies for uniworx binary
|
# run-time dependencies for uniworx binary
|
||||||
RUN apt-get -y update && apt-get -y install fonts-roboto
|
|
||||||
# RUN apt-get -y update && apt-get -y install pdftk
|
# RUN apt-get -y update && apt-get -y install pdftk
|
||||||
# RUN apt-get -y update && apt-get -y install \
|
# RUN apt-get -y update && apt-get -y install \
|
||||||
# texlive texlive-latex-recommended texlive-luatex texlive-plain-generic texlive-lang-german texlive-lang-english
|
# texlive texlive-latex-recommended texlive-luatex texlive-plain-generic texlive-lang-german texlive-lang-english
|
||||||
@ -25,6 +24,7 @@ RUN apt-get -y update && apt-get -y install \
|
|||||||
wget \
|
wget \
|
||||||
perl \
|
perl \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
fonts-roboto \
|
||||||
texlive \
|
texlive \
|
||||||
texlive-luatex \
|
texlive-luatex \
|
||||||
texlive-latex-extra \
|
texlive-latex-extra \
|
||||||
@ -39,17 +39,17 @@ RUN tlmgr init-usertree
|
|||||||
RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
|
RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
|
||||||
RUN tlmgr update --self --all
|
RUN tlmgr update --self --all
|
||||||
RUN tlmgr install \
|
RUN tlmgr install \
|
||||||
babel
|
babel \
|
||||||
# babel-english \
|
babel-english \
|
||||||
# babel-german \
|
babel-german \
|
||||||
# luatex lualatex luatexbase lualatex-math \
|
booktabs \
|
||||||
# booktabs \
|
textpos \
|
||||||
# textpos \
|
enumitem \
|
||||||
# enumitem \
|
# luatex lualatex luatexbase lualatex-math eurosym \
|
||||||
# eurosym \
|
# above line requires tlmgr to run in -sys mode (~root?! apparently -privileged is missing)
|
||||||
# koma-script \
|
koma-script \
|
||||||
# unicode-math \
|
unicode-math \
|
||||||
# selnolig
|
selnolig
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user