From 28421267906c7e025b1ba08d7eac290d03de3fe6 Mon Sep 17 00:00:00 2001 From: Hiller Liao Date: Sun, 30 Jan 2022 16:36:53 +0800 Subject: [PATCH] alpine repo changed --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dcef54..99efcbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # 使用基础镜像库 FROM alpine:3.8 -RUN echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.8/main/" > /etc/apk/repositories +RUN echo -e http://mirrors.ustc.edu.cn/alpine/v3.7/main/ >> /etc/apk/repositories + RUN apk add --no-cache vim nginx python3 uwsgi uwsgi-python3 RUN apk add --update --upgrade RUN apk add --no-cache nginx python3 uwsgi uwsgi-python3