fix ustreamer build

This commit is contained in:
Markus Küffner
2025-09-19 09:26:42 +02:00
parent 7c2e11abad
commit a24f7e4593

View File

@@ -33,11 +33,11 @@ FROM debian:trixie-slim AS run
RUN apt update \ RUN apt update \
&& apt install -y \ && apt install -y \
ca-certificates \ ca-certificates \
libevent-2.1-7 \ libevent-2.1-7t64 \
libevent-pthreads-2.1-7 \ libevent-pthreads-2.1-7t64 \
libjpeg62-turbo \ libjpeg62-turbo \
libbsd0 \ libbsd0 \
libgpiod2 \ libgpiod3 \
v4l-utils \ v4l-utils \
curl \ curl \
jq \ jq \