view contrib/docker/debian.template @ 37189:b377b7dfe682

infinitepush: drop the logic related to inhibit extension The inhibit extension lives in hg-experimental and is not a core extension. Differential Revision: https://phab.mercurial-scm.org/D2098
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 03 Feb 2018 17:59:49 +0530
parents 1baa077214ae
children
line wrap: on
line source

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