Merge pull request #171 from mkuf/fix-ustreamer-build

ustreamer: add pkg-config to build stage
This commit is contained in:
Markus Küffner
2024-08-17 19:15:12 +02:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ RUN apt update \
libjpeg62-turbo-dev \
libbsd-dev \
libgpiod-dev \
pkg-config \
&& apt clean
RUN git clone ${REPO} ustreamer \