blob: da7aaf1d1679004db4e6690e69311327bdbf4db8 [file] [log] [blame]
A.R Karthick490f51f2016-06-09 21:29:13 -07001FROM hbouvier/docker-radius:latest
2MAINTAINER chetan@ciena.com
3RUN apt-get update && \
4 apt-get -y install python python-pexpect strace
5WORKDIR /root
6CMD ["radius"]