Skip to content

Commit 0f134c3

Browse files
committed
chore(dockerfile): update mirrorlist
1 parent 2a7c20b commit 0f134c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENTRYPOINT /bin/bash
66

77
# App dependensies:
88
RUN echo "Update arch deps 2025-12-14" && \
9-
echo -e 'Server = http://archlinux.cu.be/$repo/os/$arch\nServer = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist && \
9+
echo -e 'Server = https://mirrors.purring.online/arch/$repo/os/$arch\nServer = https://arch.unixpeople.org/$repo/os/$arch' > /etc/pacman.d/mirrorlist && \
1010
pacman -Syu --noconfirm && \
1111
pacman -S --needed --noconfirm bash grep sed bc glib2 gdk-pixbuf2 sassc gtk3 make && \
1212
rm -fr /var/cache/pacman/pkg/ /var/lib/pacman/sync/

0 commit comments

Comments
 (0)