I installed Ubuntu 14.04 image on docker. After that, when I try to install packages inside the ubuntu image, I’m getting unable to locate package error:
apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package curl
How to fix this error?