docker image: install triehash

This commit is contained in:
Leonid Pliushch 2020-11-05 17:06:04 +02:00
parent 06fbff4755
commit 5a4dab1fde
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ PACKAGES+=" protobuf-c-compiler"
PACKAGES+=" python3-yaml"
PACKAGES+=" cvs"
# Needed by apt.
PACKAGES+=" triehash"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""