From 5a1c097520715f2b9fe7efce729c6848b887b1d4 Mon Sep 17 00:00:00 2001 From: luocai Date: Tue, 13 Dec 2022 16:33:25 +0800 Subject: [PATCH] update mkdocs dockerfile. --- mkdocs.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.dockerfile b/mkdocs.dockerfile index 1f87681..482b9d7 100644 --- a/mkdocs.dockerfile +++ b/mkdocs.dockerfile @@ -5,7 +5,7 @@ RUN sed -i "s@http://.*archive.ubuntu.com@http://mirrors.tuna.tsinghua.edu.cn@g" sed -i "s@http://.*security.ubuntu.com@http://mirrors.tuna.tsinghua.edu.cn@g" /etc/apt/sources.list && \ apt-get update RUN apt-get install -y --no-install-recommends vim python3 pip -RUN pip install mkdocs mkdocs-material -i https://pypi.tuna.tsinghua.edu.cn/simple +RUN pip install mkdocs mkdocs-material mkdocs-encryptcontent-plugin -i https://pypi.tuna.tsinghua.edu.cn/simple # docker build -f mkdocs.dockerfile -t mkdocs . \ No newline at end of file