aboutsummaryrefslogtreecommitdiff
path: root/docker/arch-code-server/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-01 17:10:08 +0800
committercrupest <crupest@outlook.com>2022-11-01 17:10:08 +0800
commita12a4441c75d239876fb3cb6d18427b972964f52 (patch)
treec92d03f91a2fee3605e575238ebed24f3efef307 /docker/arch-code-server/Dockerfile
parent0714f98ff8fa890aaa80a3a8b05246698211cb1c (diff)
downloadcrupest-a12a4441c75d239876fb3cb6d18427b972964f52.tar.gz
crupest-a12a4441c75d239876fb3cb6d18427b972964f52.tar.bz2
crupest-a12a4441c75d239876fb3cb6d18427b972964f52.zip
Take good care of China.
Diffstat (limited to 'docker/arch-code-server/Dockerfile')
-rw-r--r--docker/arch-code-server/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/arch-code-server/Dockerfile b/docker/arch-code-server/Dockerfile
index 2c9bf7f..6471fac 100644
--- a/docker/arch-code-server/Dockerfile
+++ b/docker/arch-code-server/Dockerfile
@@ -7,9 +7,9 @@ ARG CRUPEST_GID=1000
ARG CRUPEST_PACKAGES=""
ARG CRUPEST_AUR_PACKAGES=""
ARG USE_CHINA_MIRROR="false"
-ARG CHINA_MIRROR_URL="https://mirrors.tuna.tsinghua.edu.cn/archlinux/\$repo/os/\$arch"
+ARG CHINA_MIRROR_URL="https://mirrors.ustc.edu.cn/archlinux/\$repo/os/\$arch"
-ADD ./archlinux-setup.bash ./archlinux-setup-user.bash ./restore-pacman-conf.py /tmp/
+ADD ./archlinux-setup.bash ./archlinux-setup-user.bash ./china-magic-for-pkgbuild.py ./restore-pacman-conf.py /tmp/
ENV CRUPEST_IN_DOCKER="true"
WORKDIR /tmp