Holger Freyther has uploaded this change for review. ( https://gerrit.osmocom.org/12937
Change subject: docker: Add missing gsm-tester dependency ...................................................................... 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 --- M docker/Dockerfile_osmocom_jenkins.amd64 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/12937/1 diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64 index 73440ae..9edec8d 100644 --- a/docker/Dockerfile_osmocom_jenkins.amd64 +++ b/docker/Dockerfile_osmocom_jenkins.amd64 @@ -49,9 +49,10 @@ 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 -- To view, visit https://gerrit.osmocom.org/12937 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icd6a93a8a91c5443b310fdd2123183a8059d31d1 Gerrit-Change-Number: 12937 Gerrit-PatchSet: 1 Gerrit-Owner: Holger Freyther <hol...@freyther.de>