From 4d097a9a8a11adf5576a7434b04f265d0baf8e46 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@well-typed.com> Date: Wed, 15 Sep 2021 21:00:23 +0000 Subject: [PATCH] debian: Install libncurses-dev This is needed for term.h, which terminfo now requires. --- images/debian.dhall | 1 + 1 file changed, 1 insertion(+) diff --git a/images/debian.dhall b/images/debian.dhall index f8feccb..7809510 100644 --- a/images/debian.dhall +++ b/images/debian.dhall @@ -25,6 +25,7 @@ let , "libsqlite3-0" , "libsqlite3-dev" , "libgmp-dev" + , "libncurses-dev" , "ca-certificates" , "g++" , "git" -- GitLab