Modify: Use cs.nycu mirror
Some checks failed
Release / release-image (push) Failing after 1m42s

This commit is contained in:
2024-10-31 19:34:00 +00:00
parent 52fb38bac9
commit 23351c4e65

View File

@@ -1,10 +1,15 @@
FROM archlinux:base-devel
RUN cat > /etc/pacman.d/mirrorlist <<'EOF'
Server = https://archlinux.cs.nycu.edu.tw/$repo/os/$arch
EOF
RUN cat >> /etc/pacman.conf <<'EOF'
[custom]
SigLevel = Optional TrustAll
Server = http://repo.konchin.com/$repo/os/$arch
EOF
RUN pacman-key --init && pacman-key --populate
RUN pacman -Syu --needed --noconfirm nodejs minio-client git