Files
docker-texlive/Dockerfile
ChUrl 8e3036b5f5
Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 12s
Change pull package registry bc dockerhup sucks ass
2023-11-22 00:19:41 +01:00

8 lines
169 B
Docker

FROM public.ecr.aws/ubuntu/ubuntu:24.04
RUN apt-get update
RUN apt-get install -y texlive-full
RUN apt-get install -y inkscape
RUN apt-get install -y python3-pygments