contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Wed, 28 Sep 2016 20:05:34 +0900
changeset 30034 e4a6b439acc5
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
py3: provide encoding.environ which is a dict of bytes This can't be moved to pycompat.py since we need encoding.tolocal() to build bytes dict from unicode os.environ.

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