comparison 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
comparison
equal deleted inserted replaced
24972:56c64c91b429 24973:4c4d0012db4f
1 FROM debian:jessie
2 RUN apt-get update && apt-get install -y \
3 build-essential \
4 debhelper \
5 dh-python \
6 devscripts \
7 python \
8 python-all-dev \
9 python-docutils \
10 zip \
11 unzip