contrib/docker/debian-jessie
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 27 Feb 2017 14:33:17 -0800
changeset 31169 955b3a6d3dd5
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
merge: drop redundant column in docstring table The "same" and "cross" columns now have the same values, so let's combine them into "non-linear".

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