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 \ dnf install -y \
ccache \ ccache \
gcc-c++ \ gcc-c++ \
gdb \
git \ git \
json-glib-devel \ json-glib-devel \
libunwind-devel \ libunwind-devel \

View file

@ -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