From 3fde90a3226471a03e3fd58321ff3571655c34cf Mon Sep 17 00:00:00 2001 From: andreas-m Date: Wed, 8 Apr 2015 21:56:43 -0700 Subject: [PATCH] Change base image location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a4c08c..b4f3852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Pull base image. -FROM dockerfile/ubuntu +FROM andreasm/ubuntu # Install Python. RUN \