Make sure tcpdump is in debian-stretch-titan

this will enable us to automatically take pcap traces of test runs
This commit is contained in:
Harald Welte 2018-02-14 18:04:34 +00:00
parent d0fa0b0c41
commit b7e818d8ab
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get -y install \
build-essential \
git && \
git \
tcpdump && \
apt-get clean
# somehow Debian folks updated the gcc version but not titan :/