diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile index 5b6b1348..d3489147 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