Browse Source

docker image: install bsdmainutils

emacs-27
Leonid Plyushch 5 years ago
parent
commit
ab406aac27
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-ubuntu.sh

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

Loading…
Cancel
Save