From ed1974b98a2c81dd7ff056c9680da9af01d62e85 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 22 Jan 2024 22:16:31 -0500 Subject: [PATCH] add dput to the tools image --- dockerfiles/Dockerfile.tools | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/Dockerfile.tools b/dockerfiles/Dockerfile.tools index cd154a8..602366d 100644 --- a/dockerfiles/Dockerfile.tools +++ b/dockerfiles/Dockerfile.tools @@ -5,6 +5,7 @@ RUN : \ && DEBIAN_FRONTEND=noninteractive apt-get install \ -qq -y --no-install-recommends \ devscripts \ + dput \ git-buildpackage \ gnupg \ libdistro-info-perl \