chore(latex): try latex-full
does not work either :(
This commit is contained in:
parent
bee015c1f2
commit
1b8c6c33a7
@ -24,7 +24,7 @@ apt-get -y update && apt-get -y install fonts-roboto
|
|||||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||||
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
||||||
apt-get -y update && apt-get -y install \
|
apt-get -y update && apt-get -y install \
|
||||||
texlive-latex-recommended \
|
texlive-full \
|
||||||
texlive-luatex \
|
texlive-luatex \
|
||||||
texlive-plain-generic \
|
texlive-plain-generic \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
|
|||||||
@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y install libsodium-dev
|
|||||||
RUN apt-get update && apt-get -y install fonts-roboto
|
RUN apt-get update && apt-get -y install fonts-roboto
|
||||||
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
texlive-latex-commended \
|
texlive-full \
|
||||||
texlive-luatex \
|
texlive-luatex \
|
||||||
texlive-plain-generic \
|
texlive-plain-generic \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
|
|||||||
Reference in New Issue
Block a user