docker-texlive/Dockerfile

6 lines
105 B
Docker
Raw Normal View History

2024-09-22 06:42:37 +00:00
FROM ubuntu:24.04
RUN apt-get update -y
RUN apt-get install texlive-full -y
RUN apt-get install make -y