phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

no man in image #133

Closed rbabayoff closed 10 years ago

FooBarWidget commented 10 years ago

The image is not designed to be used for development purposes out-of-the-box. If you want 'man' you should install it yourself.

rbabayoff commented 10 years ago

Understood. Stupid question, but how do I do that? According to the ubuntu docs, I need to install the manpages package, but apt-get can't find it.

ghost commented 10 years ago

I think the package you want is actually called man-db.

FooBarWidget commented 10 years ago

And you need to run apt-get update.

Sent from my Android phone. On Aug 24, 2014 11:09 PM, "Darin Morrison" notifications@github.com wrote:

I think the package you want http://packages.ubuntu.com/search?searchon=contents&keywords=man&mode=exactfilename&suite=trusty&arch=any is actually called man-db.

— Reply to this email directly or view it on GitHub https://github.com/phusion/baseimage-docker/issues/133#issuecomment-53208902 .