move libsctp-dev into debian-jessie-build Dockerfile

avoid having to use it by virtuall all downstream Dockerfiles
This commit is contained in:
Harald Welte 2017-05-03 21:19:55 +02:00
parent 1c64ec9d88
commit 99eda5463e
3 changed files with 4 additions and 4 deletions

View File

@ -11,4 +11,5 @@ RUN apt-get update && apt-get install -y \
autogen \
automake \
libtool \
pkg-config
pkg-config \
libsctp-dev

View File

@ -11,8 +11,7 @@ RUN apt-key add /tmp/Release.key && \
RUN apt-get update && apt-get install -y \
telnet \
libosmocore-dev \
libosmo-netif-dev \
libsctp-dev
libosmo-netif-dev
WORKDIR /tmp

View File

@ -3,7 +3,7 @@ FROM debian-jessie-build
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN apt-get update && apt-get -y install \
guile-2.0 guile-2.0-dev gnulib libsctp-dev tcsh
guile-2.0 guile-2.0-dev gnulib tcsh
RUN cd /tmp && git clone https://github.com/nplab/guile-sctp && \
cd guile-sctp && \