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 bash
# 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