Test: Review changes.
Remove sudo dependency from fetch phase of gradle for cord-tester.
Build all cord-tester docker images locally without using the cord-test.py interface.

Change-Id: Ib00f6d8c854900eaf77f97da0d9e090511aa4ed8
diff --git a/Dockerfile.radius b/Dockerfile.radius
new file mode 100644
index 0000000..da7aaf1
--- /dev/null
+++ b/Dockerfile.radius
@@ -0,0 +1,6 @@
+FROM hbouvier/docker-radius:latest
+MAINTAINER chetan@ciena.com
+RUN apt-get update && \
+    apt-get -y install python python-pexpect strace
+WORKDIR /root
+CMD ["radius"]