osmo-sgsn-master: install libosmo-gsup-client-dev

This library is required for building osmo-sgsn, and because it is
currently missing, Jenkins fails. No idea why it used to work without
the dependency though.

Example failure:
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-sgsn-test/328/console

Change-Id: I1cd5eb51fea9e39d82b12f10ef36c0bf8bbce472
This commit is contained in:
Oliver Smith 2018-12-06 16:27:50 +01:00
parent 6870d87345
commit 6f176bd924
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN apt-get update && \
telnet \
libosmocore-dev \
libosmo-abis-dev \
libosmo-gsup-client-dev \
libosmo-netif-dev \
libosmo-sccp-dev \
libsmpp34-dev \