From c7a34a3d5d91e4b7bda15aab4cc1552db928878c Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Tue, 5 May 2026 14:48:21 -0400 Subject: [PATCH] Add zbar-devel to support the fpf-www-projects repo --- toolbox/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox/Containerfile b/toolbox/Containerfile index edfe275..96c86a4 100644 --- a/toolbox/Containerfile +++ b/toolbox/Containerfile @@ -58,7 +58,8 @@ RUN dnf install --assumeyes \ ShellCheck \ virsh \ virt-install \ - xxhash-devel + xxhash-devel \ + zbar-devel ADD github-install.bash /tmp/github-install.bash RUN bash /tmp/github-install.bash && \