aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-titan
diff options
context:
space:
mode:
Diffstat (limited to 'debian-stretch-titan')
-rw-r--r--debian-stretch-titan/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 5b6b134..d348914 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -32,9 +32,14 @@ RUN apt-get update && \
wireshark-common \
vim \
netcat-openbsd \
+ python3-setuptools \
+ python3-pip \
&& \
apt-get clean
+# This is required for obtaining talloc reports from the SUT
+RUN pip3 install git+git://git.osmocom.org/python/osmo-python-tests
+
# somehow Debian folks updated the gcc version but not titan :/
RUN sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h