9 lines
275 B
Docker
9 lines
275 B
Docker
# hadolint ignore=DL3006
|
|
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 minio-client
|