docker-playground/sigtran-tests/Dockerfile

14 lines
315 B
Docker

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
RUN cd /tmp && git clone https://github.com/nplab/guile-sctp && \
cd guile-sctp && \
./bootstrap && \
./configure && \
make && \
make install