contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Mar 2016 23:27:27 +0900
changeset 28566 34f798bec3dc
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
tests: add test for "log -r wdir() -p" (issue4871) The issue has been fixed by 93bcc73df8d5, "cmdutil.changeset_printer: pass context into showpatch()". This patch adds test to prevent future regression.

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