From 0619e32a42f4de7976eed96abb3e319270fb2f83 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 2 Dec 2016 14:41:58 -0800 Subject: [PATCH] fix Signed-off-by: Jess Frazelle --- plex-home-theater/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/plex-home-theater/Dockerfile b/plex-home-theater/Dockerfile index 578a379..731fc46 100644 --- a/plex-home-theater/Dockerfile +++ b/plex-home-theater/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \ add-apt-repository ppa:pulse-eight/libcec && \ apt-get update && \ apt-get install -y \ - libcec-dev \ plexhometheater \ && rm -rf /var/lib/apt/lists/*