mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-18 16:01:07 +00:00
e93002c22d
It's a PITA to bootstrap the docker daemon, and pointing it to the host daemon to sidestep all that is insecure and should not be trusted in a public repo like this. So, let's just try podman for this: it doesn't need a daemon and doesn't need any special privs.
3 lines
166 B
Docker
3 lines
166 B
Docker
FROM docker.io/squidfunk/mkdocs-material
|
|
RUN pip install mkdocs-macros-plugin mkdocs-include-markdown-plugin mkdocs-exclude mkdocs-git-revision-date-localized-plugin
|