1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-12 15:12:45 +02:00

install the client too for when you wanna exec in and mess w shit

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-06-07 11:54:59 -07:00
parent a16364db5a
commit 99c0ff9628

@ -12,6 +12,7 @@ FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
mpc \
mpd \
nfs-common \
sudo \