Skip to content

Commit 1ac3c64

Browse files
authored
Merge pull request #97 from pi-hole/BATS
Add ncurses to ftl base image used by BATS pretty output
2 parents 2e6b447 + e3b1dd3 commit 1ac3c64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ftl-build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ RUN apk add --no-cache \
3939
pdns-doc \
4040
gdb \
4141
py3-jinja2 \
42-
py3-jsonschema
42+
py3-jsonschema \
43+
ncurses
4344

4445
ENV STATIC true
4546
ENV TEST true

0 commit comments

Comments
 (0)