view contrib/docker/debian-jessie @ 26110:2dcfb98c5314

hghave: add a check for debian packaging tools
author Augie Fackler <augie@google.com>
date Tue, 25 Aug 2015 00:03:15 -0400
parents 4c4d0012db4f
children e02bae37af30
line wrap: on
line source

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