From 6a8da35f8bca29ee3c7a1f9a87af2e6c853fe973 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 8 Feb 2019 11:14:06 -0500 Subject: [PATCH] bindep: add sudo sudo is needed by diskimage-builder so it would be good to add it so that the Docker image has that included by default. Change-Id: Ic23fa24fb343fb2b93d6055de1d4c27879b5dcac --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index c87ac3911..736604d72 100644 --- a/bindep.txt +++ b/bindep.txt @@ -12,5 +12,6 @@ make [compile test platform:apk] musl-dev [compile test platform:apk] python3-dev [compile test platform:dpkg] python3-devel [compile test platform:rpm] +sudo zookeeperd [platform:dpkg test] zookeeper [platform:rpm test]