docker-texlive/Dockerfile

6 lines
105 B
Docker

FROM ubuntu:24.04
RUN apt-get update -y
RUN apt-get install texlive-full -y
RUN apt-get install make -y