contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Wed, 03 May 2017 11:16:55 +0900
changeset 32181 b98ee1a808bd
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
cleanup: remove useless re-raises of KeyboardInterrupt KeyboardInterrupt is no longer a subclass of Exception since Python 2.5. https://docs.python.org/2/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes

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