contrib/docker/ubuntu.template
author Augie Fackler <augie@google.com>
Thu, 10 Nov 2016 16:33:41 -0500
changeset 30390 bff77a693531
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
minirst: avoid shadowing a variable in a list comprehension

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