Sign inSign up

ftorn/sipp

By ftorn

•Updated over 3 years ago

SIPp - a SIP protocol test tool - https://github.com/SIPp/sipp

Image
0

389

ftorn/sipp repository overview

⁠Dockerfile

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

Tag summary

Content type

Image

Digest

sha256:d0a34469a…

Size

244.9 MB

Last updated

over 3 years ago

docker pull ftorn/sipp:3.7.0