Files
docker-texlive/Dockerfile
ChUrl c09fe53a02
Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 6s
Update dockerfile
2023-11-22 00:26:22 +01:00

9 lines
238 B
Docker

FROM public.ecr.aws/ubuntu/ubuntu:24.04
# TODO: This doesn't find texlive
RUN apt-get update
RUN apt-get install -y texlive texlive-lang-german texlive-latex-extra
RUN apt-get install -y inkscape
RUN apt-get install -y python3-pygments