view 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
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