Files
kumomta/docs/Dockerfile
Wez Furlong e93002c22d ci: docs: try using podman instead of docker(!)
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.
2024-02-09 12:57:08 -07:00

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