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