contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Mon, 03 Apr 2017 20:44:05 +0900
changeset 31884 0926ca37a990
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
templater: adjust binding strengths to make room for key-value operator Changed as follows: - template ops (%, |): +10 - arithmetic ops: +1 (but "negate" should be greater than "%")

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