Browse code

Updated SSH example to ensure it continues working

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)

James Turnbull authored on 2014/06/19 21:44:41
Showing 2 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 #
3 3
 # VERSION               0.0.1
4 4
 
5
-FROM     debian
5
+FROM    ubuntu:12.04
6 6
 MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
7 7
 
8 8
 # make sure the package repository is up to date
... ...
@@ -12,7 +12,7 @@ quick access to a test container.
12 12
     #
13 13
     # VERSION               0.0.1
14 14
 
15
-    FROM     debian
15
+    FROM     ubuntu:12.04
16 16
     MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
17 17
 
18 18
     # make sure the package repository is up to date