Skip to content

Commit

Permalink
Fix GStreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Mar 20, 2024
1 parent 2ed0510 commit 5588d27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal

# Install GST-Python dependencies, Meson, and Ninja
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
libglib2.0-dev \
libjson-glib-dev \
libxml2-dev \
python3-libxml2 \
python3-pip \
python3-dev \
python-gi-dev && \
Expand Down

0 comments on commit 5588d27

Please sign in to comment.