From 1b61216d6ad440994b038054aac95f016916cf67 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Nov 2023 10:34:38 +0100 Subject: [PATCH] fix linter errors --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c436dfc..45103a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ +# hadolint ignore=DL3006 FROM squidfunk/mkdocs-material # Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/ -RUN pip install mkdocs-macros-plugin +# hadolint ignore=DL3013 +RUN pip install --no-cache-dir mkdocs-macros-plugin