contrib/docker/debian-jessie
author Yuya Nishihara <yuya@tcha.org>
Tue, 05 Apr 2016 23:38:00 +0900
changeset 28843 2c7e6f363138
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
tests: stop direct symbol import of mercurial modules in test-status-inprocess

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