contrib/docker/debian-jessie
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 01 Feb 2016 22:06:35 +0900
branchstable
changeset 27956 f3eb98b8fe12
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
doc: prevent non-literal text block from being treated as literal one This creates hg.1.html as expected.

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