Skip to content

Commit a72fb19

Browse files
authored
Install tput for colorized logs on alpine images (#3229)
1 parent 4914ffb commit a72fb19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/alpine/install-packages.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ apk add --no-cache -U \
2424
tzdata \
2525
rsync \
2626
nano \
27+
ncurses \
2728
sudo \
2829
tar \
2930
zstd \

0 commit comments

Comments
 (0)