mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docker: Add gdb to build images
So we can get backtraces
This commit is contained in:
parent
73a08ac254
commit
639dc49bdb
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ RUN dnf builddep -y \
|
|||
dnf install -y \
|
||||
ccache \
|
||||
gcc-c++ \
|
||||
gdb \
|
||||
git \
|
||||
json-glib-devel \
|
||||
libunwind-devel \
|
||||
|
|
|
@ -18,6 +18,7 @@ RUN \
|
|||
gstreamer-editing-services1.0 && \
|
||||
apt-get -y install \
|
||||
ccache \
|
||||
gdb \
|
||||
git \
|
||||
xvfb \
|
||||
wget
|
||||
|
|
Loading…
Reference in a new issue