Dockerfile was missing curl install
This commit is contained in:
@@ -27,6 +27,7 @@ RUN apt update && apt install -y \
|
|||||||
texlive-xetex \
|
texlive-xetex \
|
||||||
pandoc \
|
pandoc \
|
||||||
librsvg2-bin \
|
librsvg2-bin \
|
||||||
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
|
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
|
||||||
|
|||||||
Reference in New Issue
Block a user