Diff of /docs/Dockerfile [000000] .. [b9e282]

Switch to side-by-side view

--- a
+++ b/docs/Dockerfile
@@ -0,0 +1,6 @@
+FROM squidfunk/mkdocs-material:latest
+
+# Install plugins.
+RUN apk add gcc python3-dev musl-dev linux-headers
+COPY docs/requirements.txt /tmp/
+RUN pip install --disable-pip-version-check --no-cache-dir -r /tmp/requirements.txt