contrib/docker/debian.template
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 00:24:45 -0400
changeset 37880 1b230e19d044
parent 34423 1baa077214ae
permissions -rw-r--r--
tests: port test-pathencode.py to Python 3 # skip-blame uninteresting changes, mainly b prefixes Differential Revision: https://phab.mercurial-scm.org/D3475

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