view contrib/docker/debian-jessie @ 27152:ac27b1b3be85

help: make help deprecated mention the extension before this, you got an empty list of extensions, which was unhelpful
author timeless <timeless@mozdev.org>
date Mon, 30 Nov 2015 20:45:07 +0000
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