docker: Add gdb to build images
So we can get backtraces
This commit is contained in:
parent
73a08ac254
commit
639dc49bdb
@ -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…
x
Reference in New Issue
Block a user