Skip to content
Snippets Groups Projects
Commit e795f662 authored by nd's avatar nd
Browse files

add mkdocs based on debian bookworm

parent d8e692f9
No related branches found
No related tags found
No related merge requests found
FROM debian:bookworm
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment