contrib/docker/debian-jessie
author Gilles Moris <gilles.moris@free.fr>
Fri, 15 May 2015 09:46:21 +0200
changeset 25120 a7701001c829
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
phase: default to current revision if no rev is provided (issue4666)

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