Select Git revision
tailwind.config.js
Dockerfile.debian-bullseye-mkdocs 191 B
FROM debian:bullseye
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install python3-pip && \
apt-get -qq clean
RUN pip3 install mkdocs mkdocs-static-i18n