contrib/docker/debian.template
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 14:12:03 -0400
changeset 33892 78f644fdaa2a
parent 33025 5c1283713293
child 34423 1baa077214ae
permissions -rw-r--r--
hgperf: update to conform with import style checks

FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  less \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip