contrib/docker/debian.template
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 09:58:16 -0700
changeset 37374 ac42e39b1b77
parent 34423 1baa077214ae
permissions -rw-r--r--
narrow: move manifestlog overrides to core With this and the previous patch, I couldn't measure any significant difference from `hg files -r .` in a FireFox repo with 65k files. I tried with both a flat-manifest and a tree-manifest version of it. Neither had the narrow extension enabled. Differential Revision: https://phab.mercurial-scm.org/D3046

FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  devscripts \
  dh-python \
  less \
  python \
  python-all-dev \
  python-docutils \
  unzip \
  zip