5 lines
151 B
Docker
5 lines
151 B
Docker
FROM ghcr.io/catthehacker/ubuntu:runner-22.04
|
|
|
|
RUN sudo apt update
|
|
RUN sudo apt install -y --fix-missing texlive-latex-base texlive-latex-extra pandoc
|