From ab406aac2741db745bc31784bcf4daaab7c316f2 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Mon, 16 Sep 2019 14:57:55 +0300 Subject: [PATCH] docker image: install bsdmainutils --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 5b115896e..4252b0674 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -7,6 +7,7 @@ PACKAGES+=" asciidoctor" # Used by weechat for man pages. PACKAGES+=" automake" PACKAGES+=" autopoint" PACKAGES+=" bison" +PACKAGES+=" bsdmainutils" # Provides 'hexdump' which is needed for building bitcoin package. PACKAGES+=" curl" # Used for fetching sources. PACKAGES+=" ed" # Used by bc PACKAGES+=" flex"