diff --git a/Dockerfile b/Dockerfile index f6bf9841524472c7af2522ce9cd641e9c5dbd824..57490c2509a22302ba13ed4bd05d32f0d7b0fb51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 # Linter # ########## -RUN apt update && apt install -y nodejs npm aspell +RUN apt update && apt install -y nodejs npm aspell git RUN npm install -g markdownlint-cli markdown-link-check