contrib/docker/debian-jessie
author timeless <timeless@mozdev.org>
Wed, 06 Jan 2016 04:59:21 +0000
changeset 27677 128ef8828ed5
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
transplant: only use checkunfinished if not continue

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