docker image: install bsdmainutils

This commit is contained in:
Leonid Pliushch 2019-09-16 14:57:55 +03:00
parent e0b81e9419
commit f7195017cc

View File

@ -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"