SIPp - a SIP protocol test tool - https://github.com/SIPp/sipp
389
FROM debian:latest
MAINTAINER ft
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential \
ca-certificates \
git \
automake \
ncurses-dev \
libsctp-dev \
libpcap-dev \
openssl \
libssl-dev \
cmake
RUN git clone https://github.com/SIPp/sipp && \
cd sipp && \
git submodule sync && \
git submodule update --init
RUN cd /sipp && \
cmake . -DUSE_SSL=1 -DUSE_SCTP=1 -DUSE_PCAP=1 -DUSE_GSL=1 && \
make && \
mv sipp /usr/bin
Content type
Image
Digest
sha256:d0a34469a…
Size
244.9 MB
Last updated
over 3 years ago
docker pull ftorn/sipp:3.7.0