From e3e0e7ba44de74076858fd71762827162a5d7ac7 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 5 Feb 2024 12:41:35 -0800 Subject: [PATCH] Install texlive-full --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c6bec4..bf6ca1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN curl -Ls https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1. RUN apt-get update RUN apt-get upgrade -y -RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y texlive +RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y texlive-full # Try to have all the pre-commit hooks we'll need already initialized COPY .pre-commit-config.yaml /tmp/