From 9eb304f9feacb4f415afeda5602e3e9bebd18e49 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 5 Jun 2024 14:53:41 +0800 Subject: [PATCH] bugfix: Update sources list to tsinghua. --- images_build/server_web/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images_build/server_web/Dockerfile b/images_build/server_web/Dockerfile index 1e0563b..0706463 100644 --- a/images_build/server_web/Dockerfile +++ b/images_build/server_web/Dockerfile @@ -1,8 +1,7 @@ # Start with Ubuntu 16.04 (LTS), and build badssl.com up from there FROM ubuntu:16.04 -MAINTAINER TSG -RUN sed -i s@/archive.ubuntu.com/@/mirrors.163.com/@g /etc/apt/sources.list \ +RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list \ && apt-get clean \ && apt-get update \ && apt-get install -y apt-transport-https \