8 lines
169 B
Docker
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
|
|
|