contrib/docker/debian-jessie
author Augie Fackler <augie@google.com>
Tue, 13 Oct 2015 17:12:29 -0400
changeset 26700 dbc3d945ba36
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()

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