docker-playground/sigtran-tests/Dockerfile

18 lines
369 B
Docker

ARG USER
FROM $USER/debian-stretch-build
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN apt-get update && apt-get -y install \
guile-2.0 guile-2.0-dev gnulib tcsh \
python python-pip
RUN pip install junit-xml
RUN cd /tmp && git clone https://github.com/nplab/guile-sctp && \
cd guile-sctp && \
./bootstrap && \
./configure && \
make && \
make install