Skip to content

Commit

Permalink
Update to libcec6
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsjm committed May 22, 2022
1 parent 5bf48aa commit 7ec39c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon-hyperion-ng/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libjpeg-dev \
libssl1.1 \
zlib1g \
libcec4 \
libcec6 \
wget \
v4l-utils \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -28,4 +28,4 @@ RUN wget -q "${DOWNLOAD_URL}/${BUILD_VERSION}/Hyperion-${BUILD_VERSION}-Linux-$(

VOLUME /config
EXPOSE 8090 8092 19333 19400 19444 19445
CMD [ "/run.sh" ]
CMD [ "/run.sh" ]

0 comments on commit 7ec39c5

Please sign in to comment.