diff utils/Dockerfile @ 10:c9a3e1f8d500

add sample compose file
author smith@nwoca.org
date Mon, 14 Dec 2015 19:37:11 +0000
parents
children 5643072a1af9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/Dockerfile	Mon Dec 14 19:37:11 2015 +0000
@@ -0,0 +1,10 @@
+FROM ubuntu:latest
+
+MAINTAINER Dave Smith smith@nwoca.org
+
+RUN apt-get update -y
+
+RUN apt-get install -y mercurial \
+    && apt-get install -y curl \
+    && apt-get install -y vim \
+    && apt-get install -y nano