This commit is contained in:
Steffen Jost 2025-03-11 16:26:32 +01:00
commit e403b6bfb2

View File

@ -17,20 +17,15 @@ 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 --mount=type=cache,target=/var/cache/apt,sharing=locked \ RUN apt-get -y update && apt-get -y install fonts-roboto
--mount=type=cache,target=/var/lib/apt,sharing=locked \
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 --mount=type=cache,target=/var/cache/apt,sharing=locked \ # RUN apt-get -y update && apt-get -y install \
--mount=type=cache,target=/var/lib/apt,sharing=locked \ # texlive texlive-latex-recommended texlive-luatex texlive-plain-generic texlive-lang-german texlive-lang-english
apt-get -y update && apt-get -y install \ RUN apt-get -y update && apt-get -y install texlive
texlive-full \ # RUN ls /usr/local/texlive
texlive-luatex \ # RUN chown -hR root /usr/local/texlive/2018
texlive-plain-generic \ RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
texlive-fonts-recommended \ RUN tlmgr update --self --all
texlive-fonts-extra \
texlive-lang-german \
texlive-lang-english
ARG PROJECT_DIR=/fradrive ARG PROJECT_DIR=/fradrive
ENV PROJECT_DIR=${PROJECT_DIR} ENV PROJECT_DIR=${PROJECT_DIR}