Skip to content

Commit 7bbca96

Browse files
jgallowa07claude
andcommitted
Add ncurses-base to fix colored-traceback terminfo database error
The colored-traceback package requires the terminfo database to determine terminal color support. Without ncurses-base, it fails with: 'setupterm: could not find terminfo database' This was causing CI failures when running partis. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent eb23752 commit 7bbca96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
libgsl0-dev \
1919
liblapack-dev \
2020
libncurses-dev \
21+
ncurses-base \
2122
python3-dev \
2223
python3-pip \
2324
python3-setuptools \

0 commit comments

Comments
 (0)