Files
docker-texlive/Dockerfile
2023-11-22 00:16:11 +01:00

8 lines
147 B
Docker

FROM ubuntu:22.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