I also has same requirement, the reason is my Azure durable function with kafka extension works in Ubuntu 20.04.3, not 20.04.4; so one month ago we can create and build 2 services; now when it use 20.04.4, I got error:
(TERM is not set, so the dialog frontend is not usable.)
(Can’t locate Term/ReadLine.pm in @inc (you may need to install the Term::ReadLine module) (@inc contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
If it’s 20.04.3, there’s no such issue. Is there any solution for this? thanks