From 64d18fea677c7a4d2fa02b1c6168c59d96b274d3 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 7 Oct 2022 13:11:36 +0200 Subject: [PATCH] added git --- pandoc_website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc_website/Dockerfile b/pandoc_website/Dockerfile index 6a0d833..0e60fda 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 bash +RUN apk add nodejs-current npm bash git # RUN npm install -g babel-cli 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