Skip to content

Commit 3ca1695

Browse files
Alexclaude
andcommitted
fix: add v4l-utils to server Dockerfile for cec-ctl
CecController uses cec-ctl (from v4l-utils), not cec-client (from cec-utils). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b47c61b commit 3ca1695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.server

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN \
5656
python-is-python3 \
5757
sudo \
5858
sqlite3 \
59+
v4l-utils \
5960
zlib1g-dev
6061

6162
# We need this to ensure that the wheels can be built.

0 commit comments

Comments
 (0)