aboutsummaryrefslogtreecommitdiffstats
path: root/m3ua-test/Dockerfile
blob: 87975d23337276663200c168a2b7ac4327ddb9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FROM laforge/sigtran-tests

MAINTAINER Harald Welte <laforge@gnumonks.org>

RUN	cd /tmp && git clone https://github.com/nplab/m3ua-testtool
ADD	http://git.osmocom.org/nplab/m3ua-testtool/commit /tmp/commit
RUN	cd /tmp/m3ua-testtool && \
	git pull && \
	cc -o runm3uatest runm3uatest.c && \
	cp runm3uatest /usr/local/bin/

COPY	dotguile /root/.guile

RUN	mkdir /data

VOLUME	/data

COPY	m3ua-param-testtool.scm run-all-sgp-tests /data/

CMD	/data/run-all-sgp-tests