Mercurial > public > ssdt-docker
view 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 source
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