skip to content
barorin&?

Dockerコンテナ内でapt-get installするとエラーになった話

/ 1 min read

問題

こんな感じで Ubuntu ベースの Docker コンテナの中で apt-get install してエラーが出ました。

root:/var/www/html# apt-get install vim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package vim

解決方法

まず apt-get update してあげればエラーが解消しました。