annotate utils/Dockerfile @ 12:cbaf2e9ca770

DEP-7: install ms ttf fonts for jasper
author smith@nwoca.org
date Sat, 26 Dec 2015 22:19:41 +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