docker-texlive/Dockerfile

4 lines
81 B
Docker
Raw Permalink Normal View History

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