annotate utils/Dockerfile @ 11:cf23acedd048

add backup volume to data container
author smith@nwoca.org
date Wed, 16 Dec 2015 15:23:26 +0000
parents c9a3e1f8d500
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