add mdx_truly_sane_lists for md.

This commit is contained in:
luocai 2022-12-14 15:45:57 +08:00
parent 5a1c097520
commit d7e6243168

View File

@ -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 mkdocs-encryptcontent-plugin -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install mkdocs mkdocs-material mkdocs-encryptcontent-plugin mdx_truly_sane_lists -i https://pypi.tuna.tsinghua.edu.cn/simple
# docker build -f mkdocs.dockerfile -t mkdocs .