From 5d4c9b018d2592f0da9ed890789719213cd85a4b Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 16 Apr 2026 15:46:58 +0800 Subject: [PATCH] perf: switch all mirrors including security to Taiwan to eliminate build delays --- docker/8.5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/8.5/Dockerfile b/docker/8.5/Dockerfile index a106a33..6b833a0 100644 --- a/docker/8.5/Dockerfile +++ b/docker/8.5/Dockerfile @@ -17,7 +17,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=0 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -RUN sed -i 's/archive.ubuntu.com/tw.archive.ubuntu.com/g' /etc/apt/sources.list.d/ubuntu.sources || sed -i 's/archive.ubuntu.com/tw.archive.ubuntu.com/g' /etc/apt/sources.list +RUN sed -i 's/\(archive.ubuntu.com\|security.ubuntu.com\)/tw.archive.ubuntu.com/g' /etc/apt/sources.list.d/ubuntu.sources || sed -i 's/\(archive.ubuntu.com\|security.ubuntu.com\)/tw.archive.ubuntu.com/g' /etc/apt/sources.list RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \ echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \