Files
wt-tut-presentations/lib/latex-common/dockerfiles/Dockerfile.ubuntu
2026-04-22 17:41:23 +02:00

7 lines
148 B
Docker

FROM ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt upgrade -y
RUN apt install make texlive latexmk texlive-pictures -y