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 5588d27 commit f977fad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,17 @@ 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 \
gitlint \
libglib2.0-dev \
libjson-glib-dev \
libxml2-dev \
python3-libxml2 \
python3-pip \
python3-toml \
python3-dev \
python-gi-dev && \
rm -rf /var/lib/apt/lists/* && \
pip3 install meson ninja gitlint hotdoc
pip3 install meson ninja hotdoc

# GStreamer monorepo build with prefix for standalone install
WORKDIR /src
Expand Down

0 comments on commit f977fad

Please sign in to comment.