From 05a2806daa19f8254a0ab413d268c94127569b51 Mon Sep 17 00:00:00 2001 From: Carlos-Mesquita Date: Fri, 13 Dec 2024 21:30:18 +0000 Subject: [PATCH] Dockerfile was missing curl install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0a9e536..8e0a4da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apt update && apt install -y \ texlive-xetex \ pandoc \ librsvg2-bin \ + curl \ && rm -rf /var/lib/apt/lists/* RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \