8 lines
227 B
Docker
8 lines
227 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
|
|
RUN apt install make texlive-publishers texlive-science texlive-fonts-extra -y
|