view contrib/docker/debian-jessie @ 25645:977102cb12fc

osutil: remove Python 2.4 errno conversion workaround
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 22 Jun 2015 10:11:31 -0700
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