contrib/docker/ubuntu.template
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 14:12:21 -0400
changeset 33911 c9cf69d0c3b9
parent 32148 e02bae37af30
child 34424 1baa077214ae
permissions -rw-r--r--
contrib: allow importing "symbols" from mercurial

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