From e4c68a0e7a55fb49e494bdc65b57a675dfed29f7 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 7 Sep 2021 15:16:17 +0100 Subject: [PATCH] Update Dockerfile to use an updated package that should work in more recent Debian. Signed-off-by: Daira Hopwood --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4115f4db..c5e624c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ texlive \ texlive-science \ texlive-fonts-extra \ - texlive-generic-recommended \ + texlive-plain-generic \ texlive-bibtex-extra RUN pip3 install rst2html5