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 - \