diff --git a/mpd/Dockerfile b/mpd/Dockerfile index 7978e8d..63a9552 100644 --- a/mpd/Dockerfile +++ b/mpd/Dockerfile @@ -12,6 +12,7 @@ FROM debian:sid MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ + mpc \ mpd \ nfs-common \ sudo \