aboutsummaryrefslogtreecommitdiffstats
path: root/sigtran-tests/Dockerfile
blob: 1d6f3e67630fe3284cc71a7ec09d38b5db884de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM laforge/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 tcsh

RUN	cd /tmp && git clone https://github.com/nplab/guile-sctp && \
	cd guile-sctp && \
	./bootstrap && \
	./configure && \
	make && \
	make install