From c78907bb91b28983603bab851a3954efc340f7d6 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 18 Feb 2026 17:39:25 +0100 Subject: [PATCH] fix arch build --- Dockerfile.arch | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.arch b/Dockerfile.arch index 3758232c..7f1088b1 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -3,7 +3,6 @@ FROM archlinux:latest ENV TERM=xterm ENV CC="ccache gcc" -RUN pacman-key --refresh-keys RUN pacman -Syyu --noconfirm # reflector is optional - if it fails due to network issues, continue with default mirrorlist