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.
Solution :
Run commands in the ubuntu container where you are getting the error
apt install apt-utils
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
No comments:
Post a Comment