view contrib/docker/debian-jessie @ 25646:57e7a060a06f

revsetbenchmark: do not abort on failure to run a revset Instead of aborting the whole process, we just skip entry for revset that failed to run.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 20 Jun 2015 16:22:10 -0700
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