Added asterisk-curl (to work with API's, ngrep (debug) and speex codec

This commit is contained in:
Andrius K 2016-05-19 10:07:00 +02:00
parent aa06356705
commit 8a90fe6f0a

View File

@ -3,7 +3,8 @@ FROM gliderlabs/alpine:2.7
MAINTAINER Andrius Kairiukstis <andrius@kairiukstis.com>
RUN apk add --update less asterisk asterisk-sample-config \
RUN apk add --update less curl ngrep \
asterisk asterisk-curl asterisk-speex asterisk-sample-config \
&& rm -rf /var/cache/apk/*
ADD docker-entrypoint.sh /docker-entrypoint.sh