contrib/docker/debian-jessie
author Matt Mackall <mpm@selenic.com>
Mon, 18 Jul 2016 23:28:14 -0500
branchstable
changeset 29605 519bb4f9d3a4
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
merge default into stable for 3.9 code freeze

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