annotate utils/Dockerfile @ 10:c9a3e1f8d500

add sample compose file
author smith@nwoca.org
date Mon, 14 Dec 2015 19:37:11 +0000
parents
children 5643072a1af9
rev   line source
10
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
1 FROM ubuntu:latest
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
2
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
3 MAINTAINER Dave Smith smith@nwoca.org
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
4
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
5 RUN apt-get update -y
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
6
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
7 RUN apt-get install -y mercurial \
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
8 && apt-get install -y curl \
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
9 && apt-get install -y vim \
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
10 && apt-get install -y nano