4 lines
81 B
Docker
4 lines
81 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update -y
|
|
RUN apt-get install make texlive-full -y |