From 074e44d74e1c5c6002041d249b20d66bfdafb11f Mon Sep 17 00:00:00 2001
From: nd <nd@cccv.de>
Date: Mon, 13 Feb 2023 18:37:34 +0000
Subject: [PATCH] add mkdocs translation support

---
 Dockerfile.debian-bullseye-mkdocs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Dockerfile.debian-bullseye-mkdocs b/Dockerfile.debian-bullseye-mkdocs
index 7843487..574957c 100644
--- a/Dockerfile.debian-bullseye-mkdocs
+++ b/Dockerfile.debian-bullseye-mkdocs
@@ -2,5 +2,7 @@ FROM debian:bullseye
 
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
-    apt-get -qq install mkdocs && \
+    apt-get -qq install mkdocs python3-pip && \
     apt-get -qq clean
+
+RUN pip3 install mkdocs-static-i18n
-- 
GitLab