Skip to content
Snippets Groups Projects
Commit 8ceee3e4 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'rotscher--tu-dresden.de-preview-patch-94480' into 'preview'

Added git package to Docker image.

See merge request !394
parents 0e3284e0 1137ea68
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!394Added git package to Docker image.
...@@ -10,7 +10,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 ...@@ -10,7 +10,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
# Linter # # 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 RUN npm install -g markdownlint-cli markdown-link-check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment