Dockerfile was missing curl install
This commit is contained in:
@@ -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 - \
|
||||
|
||||
Reference in New Issue
Block a user