view contrib/docker/debian-jessie @ 32481:a87dabb053d0

localrepo: document that __contains__() may raise LookupError
author Yuya Nishihara <yuya@tcha.org>
date Thu, 25 May 2017 23:18:02 +0900
parents 4c4d0012db4f
children e02bae37af30
line wrap: on
line source

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