diff --git a/Dockerfile b/Dockerfile index cbd2e3c2e3bfbc17d4e150df1ef7ba4476dc8297..47f2a4f4a0bb7b8bdae43a70fcc0a35edee62272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk add --no-cache ttf-linux-libertine RUN apk add --no-cache texlive-full RUN apk add --no-cache hugo git RUN apk add --no-cache parallel +RUN apk add --no-cache nodejs RUN apk add --no-cache ca-certificates wget \ && wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux.tar.gz \