From 1137ea68b0e65d4171f9f6bd0109152b282c81b7 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Wed, 3 Nov 2021 11:17:17 +0100 Subject: [PATCH] Added git package to Docker image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6bf98415..57490c250 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 -- GitLab