From 783c52fff47ea72cf9a1756af661a7d197903cc8 Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 9 Mar 2023 01:39:31 +0800 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fa23d83b..7293fa7b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9.0-alpine -RUN pip install --upgrade pip +RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.0.13 WORKDIR /app