fix linter errors

This commit is contained in:
Michael Grote 2023-11-13 10:34:38 +01:00
parent 67434aa71f
commit 1b61216d6a
1 changed files with 3 additions and 1 deletions

View File

@ -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