From e3233ced406e6440fc031a14b5a86e4ef9a40eb7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 21 Jan 2024 16:14:51 -0500 Subject: [PATCH] fix warning in dch for distribution checks --- dockerfiles/Dockerfile.tools | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/Dockerfile.tools b/dockerfiles/Dockerfile.tools index 3955baf..cd154a8 100644 --- a/dockerfiles/Dockerfile.tools +++ b/dockerfiles/Dockerfile.tools @@ -7,6 +7,7 @@ RUN : \ devscripts \ git-buildpackage \ gnupg \ + libdistro-info-perl \ pristine-tar \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*