view contrib/docker/debian-jessie @ 28645:c226e9b69bac

run-tests: use canonpath for with-python3
author timeless <timeless@mozdev.org>
date Mon, 28 Mar 2016 04:02: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