fix linter errors
This commit is contained in:
parent
67434aa71f
commit
1b61216d6a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue