contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Sat, 27 Jun 2015 17:05:28 +0900
changeset 25704 70a2082f855a
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
revset: add parsing rule for key=value pair It will be used as an keyword argument. Note that our "=" operator is left-associative. In general, the assignment operator is right-associative, but we don't care because it isn't allowed to chain "=" operations.

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