add rsync
This commit is contained in:
parent
ea14457c6c
commit
b59e644a98
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ 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
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN apk add --no-cache rsync
|
||||
|
|
Loading…
Reference in a new issue