docker: Add gdb to build images

So we can get backtraces
This commit is contained in:
Edward Hervey 2017-10-21 13:10:26 +02:00 committed by Edward Hervey
parent 73a08ac254
commit 639dc49bdb
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ RUN dnf builddep -y \
dnf install -y \
ccache \
gcc-c++ \
gdb \
git \
json-glib-devel \
libunwind-devel \

View file

@ -18,6 +18,7 @@ RUN \
gstreamer-editing-services1.0 && \
apt-get -y install \
ccache \
gdb \
git \
xvfb \
wget