Files
docker-texlive/Dockerfile
ChUrl f627f9426f
Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 7s
Update Dockerfile
2023-11-22 00:25:09 +01:00

8 lines
200 B
Docker

FROM public.ecr.aws/ubuntu/ubuntu:24.04
RUN apt 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