contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Sun, 05 Jul 2015 11:06:58 +0900
changeset 25800 f8f7ae0f4d98
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
parser: add comment about structure of elements to each table

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