Skip to content

Commit

Permalink
add locate to hollywood
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 18, 2015
1 parent d63dc7d commit 4e1abf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hollywood/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4e1abf2

Please sign in to comment.