diff --git a/Dockerfile b/Dockerfile index e14cc0f..1fd3f58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ 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 +RUN sudo apt install -y --fix-missing texlive-full pandoc