From a72fb19ec6296bc80ccf8a0e084acf6863e14cc6 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 3 Jan 2025 19:09:52 -0600 Subject: [PATCH] Install tput for colorized logs on alpine images (#3229) --- build/alpine/install-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/alpine/install-packages.sh b/build/alpine/install-packages.sh index c4509adc156..c453e6701dd 100755 --- a/build/alpine/install-packages.sh +++ b/build/alpine/install-packages.sh @@ -24,6 +24,7 @@ apk add --no-cache -U \ tzdata \ rsync \ nano \ + ncurses \ sudo \ tar \ zstd \