From d816190bbea9f0c3faafaedb81447129a5b91dda Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 22 Nov 2023 10:34:12 +0100 Subject: [PATCH] Change base image to catthehacker/ubuntu --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3b7ef5..7a0a451 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ -FROM public.ecr.aws/ubuntu/ubuntu:24.04 +FROM ghcr.io/catthehacker/ubuntu:custom-22.04 # TODO: This doesn't find texlive RUN apt-get update -RUN apt-get install -y texlive texlive-lang-german texlive-latex-extra +RUN apt-get install -y texlive-full RUN apt-get install -y inkscape RUN apt-get install -y python3-pygments +# TODO: Entrypoint script that compiles automatically