Updated SSH example to ensure it continues working
@@ -2,7 +2,7 @@
#
# VERSION 0.0.1
-FROM debian
+FROM ubuntu:12.04
MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
# make sure the package repository is up to date
@@ -12,7 +12,7 @@ quick access to a test container.
- FROM debian
+ FROM ubuntu:12.04