From 12a418bd2a59614a8bf055341c2df903f8159b17 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 5 Jun 2017 11:13:43 -0500 Subject: [PATCH] Create Dockerfile --- windows/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 windows/Dockerfile diff --git a/windows/Dockerfile b/windows/Dockerfile new file mode 100644 index 0000000..7bc8e11 --- /dev/null +++ b/windows/Dockerfile @@ -0,0 +1,2 @@ +FROM ubuntu:latest +MAINTAINER Faraz Fallahi