docker: Add missing gsm-tester dependency

Add one more dependency and its dependency for the osmo-gsm-tester
(a separate patch is coming to update the docs).

Change-Id: Icd6a93a8a91c5443b310fdd2123183a8059d31d1
This commit is contained in:
Holger Hans Peter Freyther 2019-02-18 14:17:48 +00:00
parent 02e90c90eb
commit 92f5198df4
1 changed files with 2 additions and 1 deletions

View File

@ -49,9 +49,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen g++ libtalloc-dev
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 DEBIAN_FRONTEND=noninteractive apt-get install -y dbus tcpdump sqlite3 python3 python3-yaml python3-mako python3-gi ofono python3-pip python3-usb
RUN pip3 install git+git://github.com/podshumok/python-smpplib.git
RUN pip3 install pydbus
RUN pip3 install pysispm
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