add locate to hollywood

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-06-17 17:29:06 -07:00
parent d63dc7dd3e
commit 4e1abf23c4
1 changed files with 4 additions and 1 deletions

View File

@ -9,8 +9,11 @@ RUN apt-get update && apt-get install -y \
apt-get install -y \
byobu \
hollywood \
locate \
mlocate \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& updatedb
ENV HOME /home/user
RUN useradd --create-home --home-dir $HOME user \