From 9a969feb4cf367624a1a43e327fbf681ad9468e8 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:57:39 +0100 Subject: [PATCH] fix(testing-tools): typo --- testing-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-tools/Dockerfile b/testing-tools/Dockerfile index 6f0f22410..cdd8738f2 100644 --- a/testing-tools/Dockerfile +++ b/testing-tools/Dockerfile @@ -50,7 +50,7 @@ microdnf update microdnf install \ `# This installs kinit needed in kerberos tests.` \ krb5-workstation \ - krb5-devel + krb5-devel \ gcc \ make \ pkg-config \