From 669609301aa1b4b74357032154e880ae90206c35 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 24 May 2026 17:29:39 +0200 Subject: [PATCH] add lintian --- builder/Containerfile.template | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/Containerfile.template b/builder/Containerfile.template index 0b5fc51..ef417fb 100644 --- a/builder/Containerfile.template +++ b/builder/Containerfile.template @@ -8,6 +8,7 @@ RUN apt-get update \ git \ cppcheck \ lcov \ + lintian \ && apt-get clean \ && rm --recursive --force /var/lib/apt/lists/* RUN apt-get update \ -- 2.47.3