mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +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 \
|
dnf install -y \
|
||||||
ccache \
|
ccache \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
gdb \
|
||||||
git \
|
git \
|
||||||
json-glib-devel \
|
json-glib-devel \
|
||||||
libunwind-devel \
|
libunwind-devel \
|
||||||
|
|
|
@ -18,6 +18,7 @@ RUN \
|
||||||
gstreamer-editing-services1.0 && \
|
gstreamer-editing-services1.0 && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
ccache \
|
ccache \
|
||||||
|
gdb \
|
||||||
git \
|
git \
|
||||||
xvfb \
|
xvfb \
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in a new issue