contrib/docker/debian.template
author Augie Fackler <augie@google.com>
Sat, 17 Feb 2018 22:39:12 -0500
changeset 36276 c95c8ab2e7ec
parent 34423 1baa077214ae
permissions -rw-r--r--
tests: fix get-with-headers.py on python3 when writing to stdout Differential Revision: https://phab.mercurial-scm.org/D2306

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