add telnet client to osmo-stp-master and debian-jessie-osmocom

Osmocom programs need telnet to access the vty
This commit is contained in:
Harald Welte 2017-05-03 17:12:02 +02:00
parent f4e0024abd
commit 171fcccffa
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN apt-key add /tmp/Release.key && \
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
RUN apt-get update && apt-get install -y \
telnet \
osmocom-sgsn \
osmocom-nitb \
osmocom-ipaccess-utils \

View File

@ -9,6 +9,7 @@ RUN apt-key add /tmp/Release.key && \
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
RUN apt-get update && apt-get install -y \
telnet \
libosmocore-dev \
libosmo-netif-dev \
libsctp-dev