comparison utils/Dockerfile @ 10:c9a3e1f8d500

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