view contrib/docker/debian.template @ 37936:48378d0e9479

config: fix py3 backslash escaping bug in parser caught by tests Differential Revision: https://phab.mercurial-scm.org/D3525
author Augie Fackler <augie@google.com>
date Fri, 27 Apr 2018 13:37:10 -0400
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