From f465f152e37c6dfa8e82d434f6fc7bf762889336 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 22 Sep 2025 18:52:59 +0330 Subject: [PATCH] ci(amd64/Dockerfile): add gdb & remove invalid package from pacman packages --- tools/ci/amd64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/amd64/Dockerfile b/tools/ci/amd64/Dockerfile index ab175cb..caabf2e 100644 --- a/tools/ci/amd64/Dockerfile +++ b/tools/ci/amd64/Dockerfile @@ -10,10 +10,10 @@ afl-utils \ base-devel \ bash \ clang \ -clang-extra-tools \ cmake \ curl \ gcc \ +gdb \ git \ libc++ \ libinput \