From 1300184c41c732c655d9fc801d728bb089548356 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Thu, 13 Mar 2025 02:14:22 -0400 Subject: [PATCH] fix this x2 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 7a6a248..c123ba5 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -3,7 +3,7 @@ FROM archlinux ENV TERM=xterm-256color -# Use LTS because as of 3/12/25 because glibc breaks libamdhip64.so +# Use LTS because as of 3/12/25 glibc breaks libamdhip64.so RUN pacman-key --init && \ pacman -Syu --noconfirm && \ pacman -S --noconfirm base linux-lts linux-lts-headers mkinitcpio unzip git curl which