Skip to content
Snippets Groups Projects
Verified Commit 012c1392 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added bash

parent 9f419772
No related branches found
No related tags found
No related merge requests found
Pipeline #19725 passed
...@@ -3,7 +3,7 @@ FROM omalaspinas/pandoc ...@@ -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" 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 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 -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 # RUN npm install github:stevenvachon/broken-link-checker && cd node_modules/broken-link-checker && npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment