contrib/docker/ubuntu.template
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 08 Mar 2018 14:17:24 -0800
changeset 36928 9457c395fcbb
parent 34423 1baa077214ae
permissions -rw-r--r--
rebase: fix issue 5494 also with --collapse Differential Revision: https://phab.mercurial-scm.org/D2759

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