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/*