+ Add gdb in the development Docker image to help debugging (#323)

sysdig-CLA-1.0-signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
This commit is contained in:
Jean-Philippe Lachance 2018-02-20 11:54:13 -05:00 committed by Mark Stemm
parent 52e8c16903
commit 4d8e982f78

View File

@ -24,7 +24,8 @@ RUN echo "deb http://httpredir.debian.org/debian jessie main" > /etc/apt/sources
ca-certificates \ ca-certificates \
gcc \ gcc \
gcc-5 \ gcc-5 \
gcc-4.9 && rm -rf /var/lib/apt/lists/* gcc-4.9 \
gdb && rm -rf /var/lib/apt/lists/*
# Since our base Debian image ships with GCC 5.0 which breaks older kernels, revert the # Since our base Debian image ships with GCC 5.0 which breaks older kernels, revert the
# default to gcc-4.9. Also, since some customers use some very old distributions whose kernel # default to gcc-4.9. Also, since some customers use some very old distributions whose kernel