view contrib/docker/debian.template @ 35186:aef2b98d9352

merge with stable
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 01 Dec 2017 15:21:05 -0600
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