Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 7s
8 lines
200 B
Docker
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
|
|
|