view utils/Dockerfile @ 13:82b5ed864aee

DEP-7: set subdirectory for pgdata on volume
author smith@nwoca.org
date Sun, 27 Dec 2015 18:00:03 +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