Skip to content

Commit c4be98b

Browse files
fix(main) docker update
1 parent e50063c commit c4be98b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile.raspberrypi5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ RUN install_packages \
2323
libasound2-dev \
2424
pulseaudio \
2525
xterm \
26-
wget
26+
wget \
27+
gstreamer1.0-libav \
28+
gstreamer1.0-plugins-bad \
29+
libva-drm2 \
30+
v4l-utils
2731

2832
WORKDIR /usr/src/app
2933

0 commit comments

Comments
 (0)