From a940ba24ad9741d0987d418f4eb74560c59e21e1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Nov 2023 16:34:13 +0100 Subject: [PATCH] add theme --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45103a5..ee54d0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM squidfunk/mkdocs-material # Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/ # hadolint ignore=DL3013 -RUN pip install --no-cache-dir mkdocs-macros-plugin +RUN pip install --no-cache-dir mkdocs-terminal