Showing posts with label since apt-utils is not installed. Show all posts
Showing posts with label since apt-utils is not installed. Show all posts

Sunday, May 17, 2020

Docker error : debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) debconf: delaying package configuration, since apt-utils is not installed

debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module)
debconf: delaying package configuration, since apt-utils is not installed

Solution :

Install in the container
sudo apt-get install apt-utils
and Run command
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections