Dockerfile for building Asterisk.
This Dockerfile currently builds CentOS7 release.
To build this image, just clone the repo and build using docker:
git clone https://github.com/mshahsavanpour/Dockerfile.git
cd Dockerfile/Asterisk
docker build -t asterisk:centos .