Created
May 13, 2014 13:42
-
-
Save linuxmaniac/a56fa8eb2674195d724b to your computer and use it in GitHub Desktop.
kamailio wheezy devel Dockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM bugthing/docker-debian-wheezy-base | |
RUN apt-get update | |
RUN apt-get install --assume-yes git bison debhelper docbook-xml flex libconfuse-dev \ | |
libcurl4-openssl-dev libdb-dev libev-dev libevent-dev libexpat1-dev \ | |
libradiusclient-ng-dev libgcj12-dev libgeoip-dev libhiredis-dev libjson0-dev \ | |
libldap2-dev liblua5.1-0-dev libmemcached-dev libmono-2.0-dev libmysqlclient-dev \ | |
libncurses5-dev libpcre3-dev libperl-dev libpq-dev libreadline-dev libsasl2-dev \ | |
libsctp-dev libsnmp-dev libsqlite3-dev libunistring-dev libxml2-dev openssl \ | |
pkg-config python python-dev unixodbc-dev uuid-dev xsltproc zlib1g-dev | |
EXPOSE 5060 | |
# docker.io build --tag="kamailiodev" . | |
# docker.io run -i -t -p 127.0.0.1:5060:5060 -v $(pwd):/code:rw kamailiodev:latest bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment