view contrib/docker/ubuntu.template @ 31265:79715ba22f9c

help: avoid mutating passed-in `keep` list in `formattedhelp`
author Augie Fackler <augie@google.com>
date Wed, 08 Mar 2017 18:31:33 -0500
parents e63dfbbdbd07
children e02bae37af30
line wrap: on
line source

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