Dockerfile was missing curl install

This commit is contained in:
Carlos-Mesquita
2024-12-13 21:30:18 +00:00
parent a048269dfd
commit 05a2806daa

View File

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