From d64ae05c2ce5e947ae6b4f389f58e06d2ccd717d Mon Sep 17 00:00:00 2001 From: Arindy Date: Sun, 21 Sep 2025 14:16:10 +0200 Subject: [PATCH] changes to texlive-full --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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