From 77a3da400b2a39f67078d58d540140c8cc7b7322 Mon Sep 17 00:00:00 2001 From: Aleksandr Mezin Date: Sun, 17 Nov 2024 08:57:03 +0200 Subject: [PATCH] Add reuse --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9a7dae3..091a4ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN dnf update -y && \ /usr/bin/tox \ /usr/bin/podman \ /usr/bin/g++ \ + /usr/bin/reuse \ mesa-dri-drivers \ python3-gobject \ python3-setproctitle \