contrib/docker/ubuntu.template
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 09 Mar 2017 20:53:14 -0800
changeset 31300 0c8a042b193d
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
httpconnection: rename config to groups Because that is what it is.

FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip