From 38a3d913edf621ba3c968266d60832a5723b0daf Mon Sep 17 00:00:00 2001 From: xiongsp <37035570+xiongsp@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:47:40 +0800 Subject: [PATCH] optimize the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d566fbe2..813b4a37f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.0-buster +FROM python:3.9.0-alpine RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs mkdocs-material