contrib/docker/debian.template
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 00:17:17 -0400
changeset 37922 fa2423acb02f
parent 34424 1baa077214ae
permissions -rw-r--r--
tests: port test-walkrepo.py to Python 3 # skip-blame just b prefixes, nothing interesting Differential Revision: https://phab.mercurial-scm.org/D3473

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