docker-texlive/Dockerfile
Supan Adit Pratama 4004243bce
All checks were successful
continuous-integration/drone/tag Build is passing
feat: ubuntu 24.04 base
2024-09-26 16:57:41 +07:00

4 lines
81 B
Docker

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