view contrib/docker/debian-jessie @ 24973:4c4d0012db4f

dockerdeb: rules to build a debian package using docker Currently only supports jessie (current stable), but other version should be trivial.
author Augie Fackler <augie@google.com>
date Wed, 06 May 2015 13:15:39 -0400
parents
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