view contrib/docker/debian.template @ 33941:c0bbaefc2c5a

obsolete: move merge logic on the smaller object Refactor some logic in _succs in order to clean successorssets code. Differential Revision: https://phab.mercurial-scm.org/D530
author Boris Feld <boris.feld@octobus.net>
date Mon, 03 Jul 2017 03:54:24 +0200
parents 5c1283713293
children 1baa077214ae
line wrap: on
line source

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