contrib/docker/ubuntu.template
author Augie Fackler <augie@google.com>
Sun, 12 Mar 2017 03:31:54 -0400
changeset 31376 ef50b491c17d
parent 29031 e63dfbbdbd07
child 32148 e02bae37af30
permissions -rw-r--r--
manifest: ensure paths are bytes (not str) in pure parser

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