From 9f419772973f032bfc83d24f8f603e106a67b416 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 7 Oct 2022 11:43:18 +0200 Subject: [PATCH] added blc --- pandoc_website/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc_website/Dockerfile b/pandoc_website/Dockerfile index 4dba63e..d28d148 100644 --- a/pandoc_website/Dockerfile +++ b/pandoc_website/Dockerfile @@ -3,7 +3,7 @@ FROM omalaspinas/pandoc LABEL Description="Image used for pandoc compilation, and website linkchecker, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.1" RUN apk update && apk upgrade -# RUN apk add nodejs-current npm +RUN apk add nodejs-current npm # RUN npm install -g babel-cli -# # RUN npm install broken-link-checker -g +RUN npm install broken-link-checker -g # RUN npm install github:stevenvachon/broken-link-checker && cd node_modules/broken-link-checker && npm run build -- GitLab