From 012c139273338c74fbc83fa1901b07e707946b2b Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Fri, 7 Oct 2022 11:47:56 +0200
Subject: [PATCH] added bash

---
 pandoc_website/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc_website/Dockerfile b/pandoc_website/Dockerfile
index d28d148..6a0d833 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 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
-- 
GitLab