aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2019-02-16 17:32:40 +0000
committerHolger Freyther <holger@freyther.de>2019-02-18 08:57:31 +0000
commit02e90c90eb2c7fc168b5330451ca0a402e60bf74 (patch)
treebcbc9b28e86e7171b431e525157f4fe3720483e8
parent28e7e9c44aa003f557b8a44face1c98c7fe7258f (diff)
docker: Add dependencies needed for the gsm tester as well
This way we can execute the tester with a virtual environment. Change-Id: I1e6432d77442f590453a328023c9f09cd52787a8
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd645
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 81f46ca..73440ae 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -48,5 +48,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen g++ libtalloc-dev
# Add rpath to binaries
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y patchelf
+# Be able to run the osmo-gsm-tester
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dbus tcpdump sqlite3 python3 python3-yaml python3-mako python3-gi ofono python3-pip
+RUN pip3 install git+git://github.com/podshumok/python-smpplib.git
+RUN pip3 install pydbus
+
ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit
RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd osmo-python-tests && ./contrib/jenkins.sh