2023-11-13 10:34:38 +01:00
|
|
|
# hadolint ignore=DL3006
|
2023-11-13 10:32:58 +01:00
|
|
|
FROM squidfunk/mkdocs-material
|
2023-11-13 10:31:31 +01:00
|
|
|
|
2023-11-13 10:32:58 +01:00
|
|
|
# Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/
|
2023-11-13 10:34:38 +01:00
|
|
|
# hadolint ignore=DL3013
|
|
|
|
RUN pip install --no-cache-dir mkdocs-macros-plugin
|
2023-11-13 11:24:23 +01:00
|
|
|
|
|
|
|
# hadolint ignore=DL3018
|
2023-11-13 11:43:12 +01:00
|
|
|
RUN apk add --no-cache minio-client
|